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