|
@@ -9,8 +9,8 @@ ssl = required
|
9
|
9
|
# dropping root privileges, so keep the key file unreadable by anyone but
|
10
|
10
|
# root. Included doc/mkcert.sh can be used to easily generate self-signed
|
11
|
11
|
# certificate, just make sure to update the domains in dovecot-openssl.cnf
|
12
|
|
-ssl_cert = </etc/ssl/certs/wildcard_combined.pem
|
13
|
|
-ssl_key = </etc/ssl/private/wildcard_private.key
|
|
12
|
+ssl_cert = </etc/letsencrypt/live/{{ domain }}/fullchain.pem
|
|
13
|
+ssl_key = </etc/letsencrypt/live/{{ domain }}/privkey.pem
|
14
|
14
|
|
15
|
15
|
# If key file is password protected, give the password here. Alternatively
|
16
|
16
|
# give it when starting dovecot with -p parameter. Since this file is often
|