Commit 30ad9584 authored by Lukas Schauer's avatar Lukas Schauer

re-set RENEW_DAYS to 30 (got accidentally reverted in one of the previous commits)

parent ed27e013
......@@ -22,7 +22,7 @@ load_config() {
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="${BASEDIR}/private_key.pem"
KEYSIZE="4096"
WELLKNOWN="${BASEDIR}/.acme-challenges"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment