Skip to content
Snippets Groups Projects
Commit 17dbef6b authored by Howard Chu's avatar Howard Chu
Browse files

ITS#4354 add a note about avoiding Anonymous DH.

parent fb4cba51
No related branches found
No related tags found
No related merge requests found
......@@ -963,7 +963,11 @@ it is of critical importance that it is protected carefully.
This directive specifies the file that contains parameters for Diffie-Hellman
ephemeral key exchange. This is required in order to use a DSA certificate on
the server. If multiple sets of parameters are present in the file, all of
them will be processed.
them will be processed. Note that setting this option may also enable
Anonymous Diffie-Hellman key exchanges in certain non-default cipher suites.
You should append "!ADH" to your cipher suites if you have changed them
from the default, otherwise no certificate exchanges or verification will
be done.
.TP
.B TLSRandFile <filename>
Specifies the file to obtain random bits from when /dev/[u]random
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment