mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Add some recommended TLSOPTS as comments in the default config (#2004)
This commit is contained in:
parent
db41643bea
commit
5882c9b456
@ -111,8 +111,10 @@ hosts:
|
|||||||
## 'CERTFILE': "/path/to/xmpp.pem"
|
## 'CERTFILE': "/path/to/xmpp.pem"
|
||||||
## 'CIPHERS': "ECDH:DH:!3DES:!aNULL:!eNULL:!MEDIUM@STRENGTH"
|
## 'CIPHERS': "ECDH:DH:!3DES:!aNULL:!eNULL:!MEDIUM@STRENGTH"
|
||||||
## 'TLSOPTS':
|
## 'TLSOPTS':
|
||||||
|
## - "no_sslv2"
|
||||||
## - "no_sslv3"
|
## - "no_sslv3"
|
||||||
## - "no_tlsv1"
|
## - "no_tlsv1"
|
||||||
|
## - "no_tlsv1_1"
|
||||||
## - "cipher_server_preference"
|
## - "cipher_server_preference"
|
||||||
## - "no_compression"
|
## - "no_compression"
|
||||||
## 'DHFILE': "/path/to/dhparams.pem" # generated with: openssl dhparam -out dhparams.pem 2048
|
## 'DHFILE': "/path/to/dhparams.pem" # generated with: openssl dhparam -out dhparams.pem 2048
|
||||||
|
Loading…
Reference in New Issue
Block a user