From d4b58cf7343b4b615b1eeb1846c6f093d1df556e Mon Sep 17 00:00:00 2001 From: aland Date: Fri, 20 Apr 2007 11:48:40 +0000 Subject: [PATCH] Note command to create DH file --- raddb/eap.conf | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.1.4