From 34c5cdb0c903f256c8f8b6663fae5a0b06e1c9b6 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Sat, 12 Aug 2023 20:32:34 +0400 Subject: [PATCH] Improve config --- templates/cli.ini | 4 ++++ 1 file changed, 4 insertions(+) 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