From 09ed26de5b30a11bc03bbb148b77f3ec9f210d98 Mon Sep 17 00:00:00 2001 From: Lukas Schauer Date: Mon, 7 Dec 2015 11:15:10 +0100 Subject: [PATCH] added default BASEDIR to example config --- config.sh.example | 1 + 1 file changed, 1 insertion(+) diff --git a/config.sh.example b/config.sh.example index ca242a6..f4d9634 100644 --- a/config.sh.example +++ b/config.sh.example @@ -3,6 +3,7 @@ #CA="https://acme-v01.api.letsencrypt.org" #WELLKNOWN=".acme-challenges" #KEYSIZE=4096 +#BASEDIR=./ # program called before responding to the challenge, arguments: path/to/token # token; can be used to e.g. upload the challenge if this script doesn't run