From 049ed27091ac4a3c029340408af908bb7b23852a Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sat, 5 Jan 2019 02:27:58 -0700 Subject: [PATCH] add manual cert locations preamble --- setup.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.sh b/setup.sh index 4184beb..8d8f68b 100644 --- a/setup.sh +++ b/setup.sh @@ -223,6 +223,10 @@ fi # only process manual certificate paths if NOT using Certbot if [ "${useCertbot}" -eq 0 ]; then + echo -e "\n${mag}NGINX requires the full paths to your PEM formatted certificates, private keys" + echo "and your CA-chain in order to serve pages securely and properly over SSL." + echo "If you haven't generated/copied your certificates yet, you can enter the" + echo "paths where they will be located and confirm when prompted by the script." # not using Certbot: get location of certificate while true; do read -p "What is the path to your primary SSL certificate? " inputCertPath