Fix indentation in commented example

This commit is contained in:
Christophe Romain 2018-01-10 11:24:09 +01:00
parent f914c61f42
commit 1fac3e58b3
1 changed files with 3 additions and 3 deletions

View File

@ -127,9 +127,9 @@ hosts:
## define_macro:
## 'TLS_CIPHERS': "HIGH:!aNULL:!eNULL:!3DES:@STRENGTH"
## 'TLS_OPTIONS':
## - "no_sslv3"
## - "cipher_server_preference"
## - "no_compression"
## - "no_sslv3"
## - "cipher_server_preference"
## - "no_compression"
## 'DH_FILE': "/path/to/dhparams.pem" # generated with: openssl dhparam -out dhparams.pem 2048
##
## c2s_dhfile: 'DH_FILE'