From 6eebc18b074570f2c27c01ece5693e12bbf2cca2 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sat, 5 Jan 2019 02:30:20 -0700 Subject: [PATCH] updated certbot preamble --- setup.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 8d8f68b..50dcf30 100644 --- a/setup.sh +++ b/setup.sh @@ -130,7 +130,10 @@ done # using certbot? echo -e "\n${mag}If you are using Certbot then you only need to provide the primary" echo "domain name of your certificate and the script will auto-generate the paths" -echo -e "NGINX needs for find your certificate, CA-chain and private key.${norm}\n" +echo "NGINX needs for find your certificate, CA-chain and private key." +echo -e"\nIf you haven't run Certbot yet, you can enter the domain you intend to use" +echo "as your primary domain and the paths will still be valid. You will have to" +echo -e "confirm that path when prompted by the script.${norm}\n" while true; do read -p "Are you using Certbot to handle your SSL certificates? (default: No) " yn case "${yn}" in