add note about needing to install letsencrypt-tools

This commit is contained in:
Matthew Saunders Brown 2024-03-26 15:09:39 -07:00
parent 0291e8f9f2
commit 2072d867a9

View File

@ -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"