From f25ed84a6015dc4eef866db834f00bc1330bc03b Mon Sep 17 00:00:00 2001 From: Lutchy Horace Date: Mon, 8 Nov 2021 16:54:54 -0500 Subject: [PATCH] Reworded message to be agnostic --- createVhosts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/createVhosts.sh b/createVhosts.sh index 42685cc..e72c2ff 100755 --- a/createVhosts.sh +++ b/createVhosts.sh @@ -268,7 +268,7 @@ if ! verify_vhost; then clean_up "Failed to verify vhost" fi -echo "Retrieving Let's Encrypt Certificate..." +echo "Retrieving SSL Certificate..." if ! get_cert; then clean_up "Failed to retrieve certificate!" fi