diff --git a/init-letsencrypt.sh b/init-letsencrypt.sh index 702c6a9..da0100a 100755 --- a/init-letsencrypt.sh +++ b/init-letsencrypt.sh @@ -5,7 +5,7 @@ if ! [ -x "$(command -v docker-compose)" ]; then exit 1 fi -domains=(example.com www.example.com) +domains=(example.org www.example.org) rsa_key_size=4096 data_path="./data/certbot" email="" # Adding a valid address is strongly recommended