mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-07-14 17:12:55 +02:00
re-set RENEW_DAYS to 30 (got accidentally reverted in one of the previous commits)
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ load_config() {
|
|||||||
CA="https://acme-v01.api.letsencrypt.org/directory"
|
CA="https://acme-v01.api.letsencrypt.org/directory"
|
||||||
LICENSE="https://letsencrypt.org/documents/LE-SA-v1.0.1-July-27-2015.pdf"
|
LICENSE="https://letsencrypt.org/documents/LE-SA-v1.0.1-July-27-2015.pdf"
|
||||||
HOOK=
|
HOOK=
|
||||||
RENEW_DAYS="14"
|
RENEW_DAYS="30"
|
||||||
PRIVATE_KEY="${BASEDIR}/private_key.pem"
|
PRIVATE_KEY="${BASEDIR}/private_key.pem"
|
||||||
KEYSIZE="4096"
|
KEYSIZE="4096"
|
||||||
WELLKNOWN="${BASEDIR}/.acme-challenges"
|
WELLKNOWN="${BASEDIR}/.acme-challenges"
|
||||||
|
|||||||
Reference in New Issue
Block a user