updated wording in certbot missing files section and preamble

This commit is contained in:
Asif Bacchus 2019-01-05 03:58:42 -07:00
parent 38687854d2
commit d8a1e5b943
1 changed files with 3 additions and 3 deletions

View File

@ -134,7 +134,7 @@ echo "make everything work."
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 these settings anyways?'${norm}\n"
echo -e "${warn}'Do you want to use this domain setting anyways?'${norm}\n"
while true; do
read -p "Are you using Certbot to handle your SSL certificates? (default: No) " yn
case "${yn}" in
@ -193,9 +193,9 @@ if [ "${useCertbot}" -eq 1 ]; then
else
echo -e "\n${err}The following files are missing from ${inputCertbotDomain}:"
echo -e "${warn}${certbotBadFile[*]}${norm}"
echo -e "${err}These files are all required for proper SSL operation of NGINX using Certbot.${norm}\n"
echo -e "${err}These files should all be present in a functional Certbot install.${norm}\n"
while true; do
read -p "Do you want to use these settings anyways? " yn
read -p "Do you want to use this domain setting anyways? " yn
case "${yn}" in
[Yy]*)
CertbotDomain="${inputCertbotDomain}"