]> git.street.me.uk Git - andy/dehydrated.git/blob - config.sh.example
use absolute path of script directory as default BASEDIR, remove trailing slash from...
[andy/dehydrated.git] / config.sh.example
1 # default values are commented
2
3 #CA="https://acme-v01.api.letsencrypt.org"
4 #WELLKNOWN=".acme-challenges"
5 #KEYSIZE=4096
6 #BASEDIR=./
7
8 # program called before responding to the challenge, arguments: path/to/token
9 # token; can be used to e.g. upload the challenge if this script doesn't run
10 # on the webserver
11 #HOOK_CHALLENGE=
12
13 # try to renew certs that are within RENEW_DAYS days of their expiration date
14 #RENEW_DAYS="14"
15
16 # create new private key for each csr (yes|no)
17 #PRIVATE_KEY_RENEW=no