mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-22 17:19:03 +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:
@@ -15,7 +15,7 @@ BASEDIR="${SCRIPTDIR}"
|
||||
CA="https://acme-v01.api.letsencrypt.org/directory"
|
||||
LICENSE="https://letsencrypt.org/documents/LE-SA-v1.0.1-July-27-2015.pdf"
|
||||
HOOK=
|
||||
RENEW_DAYS="14"
|
||||
RENEW_DAYS="30"
|
||||
PRIVATE_KEY=
|
||||
KEYSIZE="4096"
|
||||
WELLKNOWN=
|
||||
|
||||
Reference in New Issue
Block a user