grab action urls from ca-directory

This commit is contained in:
Lukas Schauer
2015-12-08 16:38:25 +01:00
parent f527eef84a
commit 0972918605
2 changed files with 45 additions and 16 deletions

View File

@@ -13,8 +13,11 @@
# Default values of this config are in comments #
########################################################
# Path to certificate authority (default: https://acme-v01.api.letsencrypt.org)
#CA="https://acme-v01.api.letsencrypt.org"
# Path to certificate authority (default: https://acme-v01.api.letsencrypt.org/directory)
#CA="https://acme-v01.api.letsencrypt.org/directory"
# Path to license agreement (default: https://letsencrypt.org/documents/LE-SA-v1.0.1-July-27-2015.pdf)
#LICENSE="https://letsencrypt.org/documents/LE-SA-v1.0.1-July-27-2015.pdf"
# Output directory for challenge-tokens to be served by webserver or deployed in HOOK (default: $SCRIPTDIR/.acme-challenges)
#WELLKNOWN="${SCRIPTDIR}/.acme-challenges"