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,6 +279,7 @@ if [ "${useCertbot}" -eq 0 ]; then
;;
esac
done
fi
# dhparam: get location of DH Parameters file
while true; do
@ -343,7 +344,7 @@ if [ "${useCertbot}" -eq 0 ]; then
;;
esac
done
fi
# debug section
echo "Local IP4: $IP4"