From 4de77dc45da119114aaa469590029a6c75743232 Mon Sep 17 00:00:00 2001 From: Philipp Date: Tue, 1 Jan 2019 21:58:57 +0100 Subject: [PATCH] Change default domains to example.com/www.example.com This should make it clearer that init-letsencrypt creates *one* certificate for all domains --- init-letsencrypt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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