Add ssl conf
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
otthorn 2021-01-28 03:15:45 +01:00
parent 026e35adc7
commit 1297884ce1

View 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