Update init-letsencrypt.sh

This commit is contained in:
Yossi Nixon 2019-05-03 11:23:05 +03:00 committed by GitHub
parent 9d31dae19d
commit 2ab4744710
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ if ! [ -x "$(command -v docker-compose)" ]; then
exit 1 exit 1
fi fi
domains=(localhost YossiNi-Lap-AX) domains=(example.com www.example.com)
rsa_key_size=4096 rsa_key_size=4096
data_path="./data/certbot" data_path="./data/certbot"
email="" # Adding a valid address is strongly recommended email="" # Adding a valid address is strongly recommended