Add some recommended TLSOPTS as comments in the default config (#2004)

This commit is contained in:
Badlop 2017-09-21 16:28:17 +02:00
parent db41643bea
commit 5882c9b456
1 changed files with 2 additions and 0 deletions

View File

@ -111,8 +111,10 @@ hosts:
## 'CERTFILE': "/path/to/xmpp.pem"
## 'CIPHERS': "ECDH:DH:!3DES:!aNULL:!eNULL:!MEDIUM@STRENGTH"
## 'TLSOPTS':
## - "no_sslv2"
## - "no_sslv3"
## - "no_tlsv1"
## - "no_tlsv1_1"
## - "cipher_server_preference"
## - "no_compression"
## 'DHFILE': "/path/to/dhparams.pem" # generated with: openssl dhparam -out dhparams.pem 2048