Add ssl conf
This commit is contained in:
parent
f0a2bfd740
commit
910838c416
1 changed files with 13 additions and 0 deletions
13
roles/dovecot/templates/conf.d/10-ssl.conf.j2
Normal file
13
roles/dovecot/templates/conf.d/10-ssl.conf.j2
Normal file
|
@ -0,0 +1,13 @@
|
|||
# {{ ansible_managed }}
|
||||
# Dovecot configuration for Aurore
|
||||
# More info at https://gitea.auro.re/Aurore/ansible
|
||||
# And on the Dovecot wiki : https://doc.dovecot.org/
|
||||
|
||||
# SSL and certificates configuration
|
||||
|
||||
# Cetificates location
|
||||
ssl_cert = </etc/letsencrypt/live/auro.re/fullchain.pem
|
||||
ssl_key = </etc/letsencrypt/live/auro.re/privkey.pem
|
||||
|
||||
# Enforce TLS encryption
|
||||
ssl = required
|
Loading…
Reference in a new issue