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:
Ondřej Nový
2016-01-02 18:31:42 +01:00
parent 1573b6881a
commit da2795d34d
3 changed files with 4 additions and 3 deletions

View File

@@ -100,6 +100,7 @@ mkdir -p .acme-challenges/.well-known/acme-challenge
echo 'CA="https://testca.kurz.pw/directory"' > config.sh
echo 'LICENSE="https://testca.kurz.pw/terms/v1"' >> config.sh
echo 'WELLKNOWN=".acme-challenges/.well-known/acme-challenge"' >> config.sh
echo 'RENEW_DAYS="14"' >> config.sh
touch domains.txt
# Check if help command is working