added multi-account support (fixes #92, #163)

This commit is contained in:
Lukas Schauer
2016-06-04 03:58:07 +02:00
parent ec48906992
commit 034ec30c7d
5 changed files with 37 additions and 14 deletions

View File

@@ -34,6 +34,9 @@
# Output directory for generated certificates
#CERTDIR="${BASEDIR}/certs"
# Directory for account keys
#ACCOUNTDIR="${BASEDIR}/accounts"
# Output directory for challenge-tokens to be served by webserver or deployed in HOOK (default: $BASEDIR/.acme-challenges)
#WELLKNOWN="${BASEDIR}/.acme-challenges"