From 4a6f7974691d1f7346ab6e80196567c9012477e7 Mon Sep 17 00:00:00 2001 From: Markus Germeier Date: Sat, 12 Dec 2015 03:48:11 +0100 Subject: [PATCH] actually move BASEDIR up as intended --- config.sh.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.sh.example b/config.sh.example index 978c4b5..21f2297 100644 --- a/config.sh.example +++ b/config.sh.example @@ -22,15 +22,15 @@ # Output directory for challenge-tokens to be served by webserver or deployed in HOOK (default: $SCRIPTDIR/.acme-challenges) #WELLKNOWN="${SCRIPTDIR}/.acme-challenges" +# Base directory for account key, generated certificates and list of domains (default: $SCRIPTDIR -- uses config directory if undefined) +#BASEDIR=$SCRIPTDIR + # Location of private account key #PRIVATE_KEY=${BASEDIR}/private_key.pem # Default keysize for private keys (default: 4096) #KEYSIZE="4096" -# Base directory for account key, generated certificates and list of domains (default: $SCRIPTDIR -- uses config directory if undefined) -#BASEDIR=$SCRIPTDIR - # Path to openssl config file (default: - tries to figure out system default) #OPENSSL_CNF= -- 2.39.5