mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-19 01:47:11 +01:00
10 lines
327 B
Plaintext
10 lines
327 B
Plaintext
# default values are commented
|
|
|
|
#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=
|