mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-04-20 07:21:23 +02:00
renew certificates with 32 days remaining (instead of 30) to avoid issues with monthly cronjobs (fixes #963)
This commit is contained in:
@@ -3,6 +3,8 @@ This file contains a log of major changes in dehydrated
|
|||||||
|
|
||||||
## [x.x.x] - xxxx-xx-xx
|
## [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
|
## [0.7.1] - 2022-10-31
|
||||||
## Changed
|
## Changed
|
||||||
|
|||||||
@@ -372,7 +372,7 @@ load_config() {
|
|||||||
HOOK=
|
HOOK=
|
||||||
PREFERRED_CHAIN=
|
PREFERRED_CHAIN=
|
||||||
HOOK_CHAIN="no"
|
HOOK_CHAIN="no"
|
||||||
RENEW_DAYS="30"
|
RENEW_DAYS="32"
|
||||||
KEYSIZE="4096"
|
KEYSIZE="4096"
|
||||||
WELLKNOWN=
|
WELLKNOWN=
|
||||||
PRIVATE_KEY_RENEW="yes"
|
PRIVATE_KEY_RENEW="yes"
|
||||||
|
|||||||
@@ -92,8 +92,8 @@
|
|||||||
# Chain clean_challenge|deploy_challenge arguments together into one hook call per certificate (default: no)
|
# Chain clean_challenge|deploy_challenge arguments together into one hook call per certificate (default: no)
|
||||||
#HOOK_CHAIN="no"
|
#HOOK_CHAIN="no"
|
||||||
|
|
||||||
# Minimum days before expiration to automatically renew certificate (default: 30)
|
# Minimum days before expiration to automatically renew certificate (default: 32)
|
||||||
#RENEW_DAYS="30"
|
#RENEW_DAYS="32"
|
||||||
|
|
||||||
# Regenerate private keys instead of just signing new certificates on renewal (default: yes)
|
# Regenerate private keys instead of just signing new certificates on renewal (default: yes)
|
||||||
#PRIVATE_KEY_RENEW="yes"
|
#PRIVATE_KEY_RENEW="yes"
|
||||||
|
|||||||
Reference in New Issue
Block a user