generated from smedev/Template-for-SMEServer-Core-Package
- move smanager panel in package [SME: 12916] - add Requires - add templates from smeserver-letsencrypt - use /var/www/html/.well-known/acme-challenge
16 lines
649 B
Plaintext
16 lines
649 B
Plaintext
# 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
|
|
#
|
|
# BASEDIR and WELLKNOWN variables are exported and can be used in an external program
|
|
# default: <unset>
|
|
HOOK="/usr/bin/hook-script.sh"
|
|
|
|
# Chain clean_challenge|deploy_challenge arguments together into one hook call per certificate (default: no)
|
|
#HOOK_CHAIN="no"
|
|
|