# E-mail to use during the registration (default: <unset>)
#CONTACT_EMAIL=

# Output directory for challenge-tokens to be served by webserver or deployed in HOOK (default: /var/www/dehydrated)
WELLKNOWN="/var/www/linuxmuster-dehydrated"

# Base directory for account key, generated certificates and list of domains i
# (default: $SCRIPTDIR -- uses config directory if undefined)
BASEDIR="/etc/linuxmuster-dehydrated"

# Program or function called in certain situations
#
# After generating the challenge-response, or after failed challenge (in this case altname is empty)
# Given arguments: clean_challenge|deploy_challenge altname token-filename token-content
#
# After successfully signing certificate
# Given arguments: deploy_cert domain path/to/privkey.pem path/to/cert.pem path/to/fullchain.pem
HOOK="${BASEDIR}/hook.sh"

## For testing purposes you should uncomment these lines (and --register separately).
## Comment these, when ready for production, see https://github.com/lukas2511/dehydrated/blob/master/docs/staging.md
#CA="https://acme-staging.api.letsencrypt.org/directory"
#CA_TERMS="https://acme-staging.api.letsencrypt.org/terms"

