1
0
mirror of https://github.com/wmnnd/nginx-certbot synced 2023-04-20 18:47:46 +08:00

added execute permissions to init-letsencrypt.sh

This commit is contained in:
Yossi Nixon 2019-05-03 07:56:00 +00:00
parent 553525fd36
commit 9d31dae19d

2
init-letsencrypt.sh Normal file → Executable file
View File

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