From 007da420a96df283a6af223e4aca2dc969ad9085 Mon Sep 17 00:00:00 2001 From: Lukas Schauer Date: Tue, 8 Dec 2015 15:42:57 +0100 Subject: [PATCH] also add default CA definition in description of variable --- config.sh.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sh.example b/config.sh.example index c7c48e7..bdbf8c1 100644 --- a/config.sh.example +++ b/config.sh.example @@ -9,7 +9,7 @@ # Default values of this config are in comments # ######################################################## -# Path to certificate authority +# Path to certificate authority (default: https://acme-v01.api.letsencrypt.org) #CA="https://acme-v01.api.letsencrypt.org" # Output directory for challenge-tokens to be served by webserver or deployed in HOOK (default: $SCRIPTDIR/.acme-challenges)