File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -222,6 +222,14 @@ It is important to note that having multiple SSL certificates per IP will
222222not be compatible with all clients, especially mobile ones. It is a TLS
223223SNI limitation.
224224
225+ To use wildcard certificates, please note that ` * ` will only apply to the
226+ label only, this is not a limitation in Dovecot, but in TLS generally. This
227+ means that while ` *.example.org ` matches ` mail.example.org ` , but will not match
228+ ` int.mail.example.org ` .
229+
230+ Another important to note is that [[ setting,local_name]] ordering matters. You
231+ must specify wildcard certificate first, followed by any more specific names.
232+
225233``` [dovecot.conf]
226234local_name imap.example.org {
227235 ssl_server_cert_file = /etc/ssl/certs/imap.example.org.crt
You can’t perform that action at this time.
0 commit comments