From 831b8abd7e175fa3370db72e33f399e707e654ca Mon Sep 17 00:00:00 2001 From: Adrien Leravat Date: Sun, 16 Jun 2019 15:03:02 -0700 Subject: [PATCH] Use `example.org` everywhere for consistency This makes it a bit easier when doing a string search/replacement, by only having to replace `example.org`. Nginx's `app.conf` uses `example.org`. --- init-letsencrypt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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