debian-setup/templates/letsencrypt/cli.j2

12 lines
338 B
Django/Jinja

# {{ ansible_managed }}
#
# Because we are using logrotate for greater flexibility, disable the
# internal certbot logrotation.
max-log-backups = 0
# Adjust interactive output regarding automated renewal
preconfigured-renewal = True
authenticator = standalone
pre-hook = /bin/systemctl stop nginx
post-hook = /bin/systemctl start nginx