Generate Dovecot dh params locally until release 2.3

master
kaiyou 7 years ago
parent c4120dc132
commit 7a4d3c0cb6

@ -58,7 +58,10 @@ namespace inbox {
ssl = yes
ssl_cert = </certs/cert.pem
ssl_key = </certs/key.pem
ssl_dh = </certs/dhparam.pem
# This will be enabled once 2.3 is released
# ssl_dh = </certs/dhparam.pem
# In the meanwhile:
ssl_dh_parameters_length = 2048
# TLS hardening is based on the following documentation:
# https://bettercrypto.org/static/applied-crypto-hardening.pdf
ssl_protocols=!SSLv3 !SSLv2

Loading…
Cancel
Save