updated wording in certbot missing files section and preamble
This commit is contained in:
parent
38687854d2
commit
d8a1e5b943
6
setup.sh
6
setup.sh
@ -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 -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 "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 "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
|
while true; do
|
||||||
read -p "Are you using Certbot to handle your SSL certificates? (default: No) " yn
|
read -p "Are you using Certbot to handle your SSL certificates? (default: No) " yn
|
||||||
case "${yn}" in
|
case "${yn}" in
|
||||||
@ -193,9 +193,9 @@ if [ "${useCertbot}" -eq 1 ]; then
|
|||||||
else
|
else
|
||||||
echo -e "\n${err}The following files are missing from ${inputCertbotDomain}:"
|
echo -e "\n${err}The following files are missing from ${inputCertbotDomain}:"
|
||||||
echo -e "${warn}${certbotBadFile[*]}${norm}"
|
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
|
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
|
case "${yn}" in
|
||||||
[Yy]*)
|
[Yy]*)
|
||||||
CertbotDomain="${inputCertbotDomain}"
|
CertbotDomain="${inputCertbotDomain}"
|
||||||
|
Loading…
Reference in New Issue
Block a user