moved DHPath section out section skipped by Certbot
This commit is contained in:
parent
cc940635a8
commit
b62f68de51
9
setup.sh
9
setup.sh
@ -279,9 +279,10 @@ if [ "${useCertbot}" -eq 0 ]; then
|
||||
;;
|
||||
esac
|
||||
done
|
||||
fi
|
||||
|
||||
# dhparam: get location of DH Parameters file
|
||||
while true; do
|
||||
# dhparam: get location of DH Parameters file
|
||||
while true; do
|
||||
read -p "What is the path to your DH Parameters file? (default: /etc/ssl/certs/dhparam.pem) " inputDHPath
|
||||
case "${inputDHPath}" in
|
||||
'')
|
||||
@ -342,8 +343,8 @@ if [ "${useCertbot}" -eq 0 ]; then
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
done
|
||||
fi
|
||||
done
|
||||
|
||||
|
||||
# debug section
|
||||
echo "Local IP4: $IP4"
|
||||
|
Loading…
Reference in New Issue
Block a user