add HOOK_CHALLENGE option to run a command before the reponse

This commit is contained in:
Simon Ruderich
2015-12-06 01:06:17 +01:00
parent d211fece4a
commit b33f128893
2 changed files with 11 additions and 0 deletions

View File

@@ -2,3 +2,8 @@
#CA="https://acme-v01.api.letsencrypt.org"
WELLKNOWN="/var/www/letsencrypt/.well-known/acme-challenge"
# program called before responding to the challenge, arguments: path/to/token
# token; can be used to e.g. upload the challenge if this script doesn't run
# on the webserver
#HOOK_CHALLENGE=