diff --git a/README.md b/README.md index d99c1d5..b752132 100644 --- a/README.md +++ b/README.md @@ -96,16 +96,19 @@ Name of the certificate domain. Length of the Diffie-Helman key in bits. -## SSL_PROTOCOLS -- default: !SSLv2 !SSLv3 +## SSL_MIN_PROTOCOL +- default: TLSv1 -Space seperated list of allowed ssl protocols (`!`disables a protocol). +Ssl minimum protocol version. ## SSL_CIPHERLIST -- default: ALL:!ADH:!LOW:!SSLv2:!EXP:!aNULL:!RC4:+HIGH:+MEDIUM +- default: ALL:!kRSA:!SRP:!kDHd:!DSS:!aNULL:!eNULL:!EXPORT:!DES:!3DES:!MD5:!PSK:!RC4:!ADH:!LOW@STRENGTH Colon seperated list of supported ciphers (`!`disables a cipher). +Go [here](https://www.openssl.org/docs/manmaster/man1/ciphers.html) for a list +of ciphers. + ## IMAP_MAX_USER_CONNECTIONS - default: 10 diff --git a/rootfs/etc/confd/templates/10-ssl.conf.tmpl b/rootfs/etc/confd/templates/10-ssl.conf.tmpl index 3d11a67..013574f 100644 --- a/rootfs/etc/confd/templates/10-ssl.conf.tmpl +++ b/rootfs/etc/confd/templates/10-ssl.conf.tmpl @@ -1,7 +1,8 @@ ssl = yes ssl_cert =