From: aland Date: Fri, 20 Apr 2007 11:48:40 +0000 (+0000) Subject: Note command to create DH file X-Git-Tag: release_2_0_0_pre1~103 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=d4b58cf7343b4b615b1eeb1846c6f093d1df556e;p=freeradius.git Note command to create DH file --- diff --git a/raddb/eap.conf b/raddb/eap.conf index a3c191b..72193ed 100644 --- a/raddb/eap.conf +++ b/raddb/eap.conf @@ -133,6 +133,12 @@ # Trusted Root CA list # CA_file = ${raddbdir}/certs/demoCA/cacert.pem + # + # For DH cipher suites to work, you have to + # run OpenSSL to create the DH file first: + # + # openssl dhparam -out certs/dh 1024 + # # dh_file = ${raddbdir}/certs/dh # random_file = ${raddbdir}/certs/random