updated certbot preamble

This commit is contained in:
Asif Bacchus 2019-01-07 23:30:21 -07:00
parent 44a5e62bc4
commit 3b4879c000
1 changed files with 2 additions and 1 deletions

View File

@ -206,7 +206,8 @@ if [ "${useSSL}" -eq 1 ]; then
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 generated by this script will work after"
echo -e "you run Certbot. In that case, you will have to answer ${warn}'yes'${mag} when asked"
echo -e "${warn}'Do you want to use this domain setting anyways?'${norm}\n"
echo -e "${warn}'Do you want to use this domain setting anyways?'"
echo -e "\nNote: NGINX will NOT work until you run Certbot to generate your certificates!${norm}\n"
while true; do
read -p "Are you using Certbot to handle your SSL certificates? (default: No) " yn
case "${yn}" in