mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-17 23:03:47 +01:00
Renew certificate 30 days before expiration
According to https://community.letsencrypt.org/t/quick-start-guide/1631 Renewals and Lifetimes: Certificates from Let's Encrypt are valid for 90 days. We recommend renewing them every 60 days to provide a nice margin of error.
This commit is contained in:
@@ -46,8 +46,8 @@
|
||||
# default: <unset>
|
||||
#HOOK=
|
||||
|
||||
# Minimum days before expiration to automatically renew certificate (default: 14)
|
||||
#RENEW_DAYS="14"
|
||||
# Minimum days before expiration to automatically renew certificate (default: 30)
|
||||
#RENEW_DAYS="30"
|
||||
|
||||
# Regenerate private keys instead of just signing new certificates on renewal (default: no)
|
||||
#PRIVATE_KEY_RENEW="no"
|
||||
|
||||
Reference in New Issue
Block a user