|
@@ -9,7 +9,7 @@ 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_public_cert.crt
|
|
12
|
+ssl_cert = </etc/ssl/certs/wildcard_combined.pem
|
13
|
13
|
ssl_key = </etc/ssl/private/wildcard_private.key
|
14
|
14
|
|
15
|
15
|
# If key file is password protected, give the password here. Alternatively
|
|
@@ -21,7 +21,7 @@ ssl_key = </etc/ssl/private/wildcard_private.key
|
21
|
21
|
# PEM encoded trusted certificate authority. Set this only if you intend to use
|
22
|
22
|
# ssl_verify_client_cert=yes. The file should contain the CA certificate(s)
|
23
|
23
|
# followed by the matching CRL(s). (e.g. ssl_ca = </etc/ssl/certs/ca.pem)
|
24
|
|
-ssl_ca = /etc/ssl/certs/wildcard_ca.pem
|
|
24
|
+#ssl_ca = /etc/ssl/ca.pem
|
25
|
25
|
|
26
|
26
|
# Require that CRL check succeeds for client certificates.
|
27
|
27
|
#ssl_require_crl = yes
|