Merge pull request #68 from onovy/master

Renew certificate 30 days before expiration
This commit is contained in:
Lukas Schauer
2016-01-05 15:21:49 +01:00
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