]> git.street.me.uk Git - andy/dehydrated.git/blame - config.sh.example
certificate comes first in fullchain.pem, fixes #26
[andy/dehydrated.git] / config.sh.example
CommitLineData
c70b77a9
LS
1#!/bin/bash
2
3# Default values are commented
f11bb1db
SR
4
5#CA="https://acme-v01.api.letsencrypt.org"
ff3dbc58 6#WELLKNOWN=".acme-challenges"
5a213f5f 7#KEYSIZE=4096
09ed26de 8#BASEDIR=./
474f33d2 9#OPENSSL_CNF=.... # system default (see openssl version -d)
329acb58 10#ROOTCERT="lets-encrypt-x1-cross-signed.pem"
b33f1288
SR
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=
e300c0a1 16
579e2316 17# try to renew certs that are within RENEW_DAYS days of their expiration date
ff3dbc58 18#RENEW_DAYS="14"
3dbbb461
MG
19
20# create new private key for each csr (yes|no)
21#PRIVATE_KEY_RENEW=no
ea5b70a3 22
23# email to use during the registration
24#CONTACT_EMAIL=
25