From: Alan T. DeKok Date: Tue, 20 Oct 2015 13:47:13 +0000 (-0400) Subject: Fix DH size in example X-Git-Tag: release_3_0_11~237 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc87455a0b581205dc2a4a3cf0e35c7563de7371;p=thirdparty%2Ffreeradius-server.git Fix DH size in example --- diff --git a/raddb/mods-available/eap b/raddb/mods-available/eap index c2b6c3ab070..6a936f9b9cf 100644 --- a/raddb/mods-available/eap +++ b/raddb/mods-available/eap @@ -237,7 +237,7 @@ eap { # For DH cipher suites to work, you have to # run OpenSSL to create the DH file first: # - # openssl dhparam -out certs/dh 1024 + # openssl dhparam -out certs/dh 2048 # dh_file = ${certdir}/dh