set CA setting per default

letsencrypt.sh is mainly used with letsencrypt.org.
This commit is contained in:
Simon Ruderich
2015-12-05 18:23:22 +01:00
parent 1cd81e9f03
commit f11bb1db6e
2 changed files with 6 additions and 1 deletions

View File

@@ -1,2 +1,4 @@
CA="https://acme-v01.api.letsencrypt.org"
# default values are commented
#CA="https://acme-v01.api.letsencrypt.org"
WELLKNOWN="/var/www/letsencrypt/.well-known/acme-challenge"

View File

@@ -4,6 +4,9 @@ set -e
set -u
set -o pipefail
# default config values
CA="https://acme-v01.api.letsencrypt.org"
. ./config.sh
umask 077 # paranoid umask, we're creating private keys