diff options
author | Christian Segundo | 2023-06-18 13:14:05 +0200 |
---|---|---|
committer | Christian Segundo | 2023-06-18 13:14:05 +0200 |
commit | c55dae890ecfd510abfdbef0b6dd60e679e18dc2 (patch) | |
tree | d4607bd9c93193a9d6c4496ce9ecaa0f50adbe6e | |
parent | ddeb0bb05ee3b6c4098d3822b154eb69a4be08a4 (diff) | |
download | certbot-dns-cloudflare-master.tar.gz |
-rw-r--r-- | tasks/main.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tasks/main.yaml b/tasks/main.yaml index 6d4e69d..07c8565 100644 --- a/tasks/main.yaml +++ b/tasks/main.yaml @@ -24,6 +24,11 @@ # server = https://acme-staging-v02.api.letsencrypt.org/directory # Production ACME v2 API endpoint server = https://acme-v02.api.letsencrypt.org/directory + # 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 - name: Create dns-cloudflare configuration copy: |