diff --git a/init-letsencrypt.sh b/init-letsencrypt.sh index 9073664..79869cf 100644 --- a/init-letsencrypt.sh +++ b/init-letsencrypt.sh @@ -1,6 +1,6 @@ #!/bin/bash -domains=(example.com example.org) +domains=(example.com www.example.com) rsa_key_size=4096 data_path="./data/certbot" email="" # Adding a valid address is strongly recommended