Fix missing DH2066 default update in config

This commit is contained in:
Mészáros Mihály 2020-05-18 08:24:40 +02:00 committed by GitHub
parent e6365fdb0a
commit 113f13855a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -479,13 +479,13 @@
#
#ec-curve-name=prime256v1
# Use 566 bits predefined DH TLS key. Default size of the key is 1066.
# Use 566 bits predefined DH TLS key. Default size of the key is 2066.
#
#dh566
# Use 2066 bits predefined DH TLS key. Default size of the key is 1066.
# Use 1066 bits predefined DH TLS key. Default size of the key is 2066.
#
#dh2066
#dh1066
# Use custom DH TLS key, stored in PEM format in the file.
# Flags --dh566 and --dh2066 are ignored when the DH key is taken from a file.