|
@@ -11,8 +11,8 @@ ssl = yes |
|
|
# dropping root privileges, so keep the key file unreadable by anyone but |
|
|
# dropping root privileges, so keep the key file unreadable by anyone but |
|
|
# root. Included doc/mkcert.sh can be used to easily generate self-signed |
|
|
# root. Included doc/mkcert.sh can be used to easily generate self-signed |
|
|
# certificate, just make sure to update the domains in dovecot-openssl.cnf |
|
|
# certificate, just make sure to update the domains in dovecot-openssl.cnf |
|
|
ssl_cert = </etc/ssl/certs/ssl-cert-snakeoil.pem |
|
|
|
|
|
ssl_key = </etc/ssl/private/ssl-cert-snakeoil.key |
|
|
|
|
|
|
|
|
ssl_cert = <{{dovecot_certificate_fullchain_file}} |
|
|
|
|
|
ssl_key = <{{dovecot_certificate_private_key_file}} |
|
|
|
|
|
|
|
|
# If key file is password protected, give the password here. Alternatively |
|
|
# If key file is password protected, give the password here. Alternatively |
|
|
# give it when starting dovecot with -p parameter. Since this file is often |
|
|
# give it when starting dovecot with -p parameter. Since this file is often |
|
|