mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-04-18 22:49:47 +02:00
add HOOK_CHALLENGE option to run a command before the reponse
This commit is contained in:
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user