Update 'roles/shell/files/etc/dovecot/conf.d/10-ssl.conf'

This commit is contained in:
deepend 2023-06-28 05:37:36 +00:00
parent 9d67ee55f6
commit edb6d87bde
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ ssl = yes
# 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
# certificate, just make sure to update the domains in dovecot-openssl.cnf
#ssl_cert = </etc/dovecot/dovecot.pem
#ssl_key = </etc/dovecot/private/dovecot.pem
ssl_cert = </etc/letsencrypt/live/thunix.net/fullchain.pem
ssl_key = </etc/letsencrypt/live/thunix.net/privkey.pem
# If key file is password protected, give the password here. Alternatively
# give it when starting dovecot with -p parameter. Since this file is often