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"