diff --git a/templates/cli.ini b/templates/cli.ini index 1e1437f..6ab2aa7 100644 --- a/templates/cli.ini +++ b/templates/cli.ini @@ -3,6 +3,8 @@ agree-tos = true cert-name = {{ certbot__cert_name }} domains = {{ certbot__cert_domains | join(',') }} email = {{ certbot__email }} +# Because we are using logrotate for greater flexibility, disable the +# internal certbot logrotation. max-log-backups = 0 no-eff-email = true non-interactive = true @@ -12,6 +14,8 @@ post-hook = {{ certbot__post_hook }} {% if certbot__pre_hook %} pre-hook = {{ certbot__pre_hook }} {% endif %} +# Adjust interactive output regarding automated renewal +preconfigured-renewal = true redirect = true rsa-key-size = 4096 standalone = true