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

@@ -3,6 +3,8 @@ This file contains a log of major changes in dehydrated
## [x.x.x] - xxxx-xx-xx
...
## Changed
- Renew certificates with 32 days remaining (instead of 30) to avoid issues with monthly cronjobs (`RENEW_DAYS=32`)
## [0.7.1] - 2022-10-31
## Changed