dovecot: Use fullchain extension for certificate
This commit is contained in:
parent
a293945d04
commit
ff97290463
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# ssl settings
|
||||
ssl = required
|
||||
ssl_cert = <{{ tls_certs }}/{{ mail_server }}.crt
|
||||
ssl_cert = <{{ tls_certs }}/{{ mail_server }}-fullchain.crt
|
||||
ssl_key = <{{ tls_private }}/{{ mail_server }}.key
|
||||
|
||||
# kerberos
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue