Fix minor typo in comment

This commit is contained in:
Christophe Romain 2017-11-24 17:17:48 +01:00
parent 5676adff30
commit cf8e70abc8
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ hosts:
## - "no_sslv3" ## - "no_sslv3"
## - "cipher_server_preference" ## - "cipher_server_preference"
## - "no_compression" ## - "no_compression"
## 'DHFILE': "/path/to/dhparams.pem" # generated with: openssl dhparam -out dhparams.pem 2048 ## 'DH_FILE': "/path/to/dhparams.pem" # generated with: openssl dhparam -out dhparams.pem 2048
## ##
## c2s_dhfile: 'DH_FILE' ## c2s_dhfile: 'DH_FILE'
## s2s_dhfile: 'DH_FILE' ## s2s_dhfile: 'DH_FILE'