]> git.street.me.uk Git - andy/dehydrated.git/blame_incremental - config.sh.example
certificate comes first in fullchain.pem, fixes #26
[andy/dehydrated.git] / config.sh.example
... / ...
CommitLineData
1#!/bin/bash
2
3# Default values are commented
4
5#CA="https://acme-v01.api.letsencrypt.org"
6#WELLKNOWN=".acme-challenges"
7#KEYSIZE=4096
8#BASEDIR=./
9#OPENSSL_CNF=.... # system default (see openssl version -d)
10#ROOTCERT="lets-encrypt-x1-cross-signed.pem"
11
12# program called before responding to the challenge, arguments: path/to/token
13# token; can be used to e.g. upload the challenge if this script doesn't run
14# on the webserver
15#HOOK_CHALLENGE=
16
17# try to renew certs that are within RENEW_DAYS days of their expiration date
18#RENEW_DAYS="14"
19
20# create new private key for each csr (yes|no)
21#PRIVATE_KEY_RENEW=no
22
23# email to use during the registration
24#CONTACT_EMAIL=
25