Make certificate output location configurable (#210)

This commit is contained in:
Alex Macleod
2016-05-26 13:53:01 +01:00
committed by Lukas Schauer
parent d5b285868e
commit 785ffa5539
3 changed files with 40 additions and 25 deletions

View File

@@ -31,6 +31,9 @@
# File containing the list of domains to request certificates for (default: $BASEDIR/domains.txt)
#DOMAINS_TXT="${BASEDIR}/domains.txt"
# Output directory for generated certificates
#CERTDIR="${BASEDIR}/certs"
# Output directory for challenge-tokens to be served by webserver or deployed in HOOK (default: $BASEDIR/.acme-challenges)
#WELLKNOWN="${BASEDIR}/.acme-challenges"