Default WELLKNOWN location is now /var/www/letsencrypt

With this change private and public files are now separated by default.
This commit is contained in:
Lukas Schauer
2016-07-20 17:04:25 +02:00
parent 364bcccf74
commit 194464b04b
4 changed files with 4 additions and 4 deletions

View File

@@ -42,8 +42,8 @@
# Directory for account keys and registration information
#ACCOUNTDIR="${BASEDIR}/accounts"
# Output directory for challenge-tokens to be served by webserver or deployed in HOOK (default: $BASEDIR/.acme-challenges)
#WELLKNOWN="${BASEDIR}/.acme-challenges"
# Output directory for challenge-tokens to be served by webserver or deployed in HOOK (default: /var/www/letsencrypt)
#WELLKNOWN="/var/www/letsencrypt"
# Default keysize for private keys (default: 4096)
#KEYSIZE="4096"