moved DHPath section out section skipped by Certbot

This commit is contained in:
Asif Bacchus 2019-01-05 00:34:38 -07:00
parent cc940635a8
commit b62f68de51

View File

@ -279,9 +279,10 @@ if [ "${useCertbot}" -eq 0 ]; then
;; ;;
esac esac
done done
fi
# dhparam: get location of DH Parameters file # dhparam: get location of DH Parameters file
while true; do while true; do
read -p "What is the path to your DH Parameters file? (default: /etc/ssl/certs/dhparam.pem) " inputDHPath read -p "What is the path to your DH Parameters file? (default: /etc/ssl/certs/dhparam.pem) " inputDHPath
case "${inputDHPath}" in case "${inputDHPath}" in
'') '')
@ -342,8 +343,8 @@ if [ "${useCertbot}" -eq 0 ]; then
fi fi
;; ;;
esac esac
done done
fi
# debug section # debug section
echo "Local IP4: $IP4" echo "Local IP4: $IP4"