renew certificates with 32 days remaining (instead of 30) to avoid issues with monthly cronjobs (fixes #963)

This commit is contained in:
Lukas Schauer
2025-04-11 10:33:03 +02:00
parent 4fd777e87e
commit 4ea5081640
3 changed files with 5 additions and 3 deletions

View File

@@ -92,8 +92,8 @@
# Chain clean_challenge|deploy_challenge arguments together into one hook call per certificate (default: no)
#HOOK_CHAIN="no"
# Minimum days before expiration to automatically renew certificate (default: 30)
#RENEW_DAYS="30"
# Minimum days before expiration to automatically renew certificate (default: 32)
#RENEW_DAYS="32"
# Regenerate private keys instead of just signing new certificates on renewal (default: yes)
#PRIVATE_KEY_RENEW="yes"