From: Jouni Malinen Date: Wed, 21 May 2008 07:53:56 +0000 (+0300) Subject: Added instructions on how to create the DH parameters files. X-Git-Tag: hostap_0_6_4~73 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=libeap.git;a=commitdiff_plain;h=29222cd303a2659a21837366413a1155911d0bb9 Added instructions on how to create the DH parameters files. --- diff --git a/hostapd/hostapd.conf b/hostapd/hostapd.conf index 5b1c320..7116370 100644 --- a/hostapd/hostapd.conf +++ b/hostapd/hostapd.conf @@ -468,6 +468,8 @@ eap_server=0 # ephemeral DH keys. This can be used to achieve forward secrecy. If the file # is in DSA parameters format, it will be automatically converted into DH # params. This parameter is required if anonymous EAP-FAST is used. +# You can generate DH parameters file with OpenSSL, e.g., +# "openssl dhparam -out /etc/hostapd.dh.pem 1024" #dh_file=/etc/hostapd.dh.pem # Configuration data for EAP-SIM database/authentication gateway interface.