From 2072d867a9b0db4693e9f0859c71b73f2663a509 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Tue, 26 Mar 2024 15:09:39 -0700 Subject: [PATCH] add note about needing to install letsencrypt-tools --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 925511d..6f1dd62 100755 --- a/install.sh +++ b/install.sh @@ -273,7 +273,7 @@ else fi echo -echo "To enable the default https host run:" +echo "To enable the default https host install letsencrypt-tools and then run:" echo "letsencrypt-certonly.sh -d $fqdn" echo "a2ensite 000-default-ssl.conf" echo "systemctl reload apache2"