1
0
mirror of https://github.com/Nyr/openvpn-install.git synced 2024-11-27 23:46:07 +03:00

Order issues

This commit is contained in:
Birkhoff 2018-07-31 00:09:06 -04:00
parent 73dbab1863
commit 055e841bd7
No known key found for this signature in database
GPG Key ID: DAF5C86509D5C898

View File

@ -230,10 +230,11 @@ else
echo " 5) Verisign" echo " 5) Verisign"
read -p "DNS [1-5]: " -e -i 1 DNS read -p "DNS [1-5]: " -e -i 1 DNS
echo echo
read -p "For how long should each session key be used? (seconds) " -e -i 3600 RENEGKEY
echo
echo "Finally, tell me your name for the client certificate." echo "Finally, tell me your name for the client certificate."
echo "Please, use one word only, no special characters." echo "Please, use one word only, no special characters."
read -p "Client name: " -e -i client CLIENT read -p "Client name: " -e -i client CLIENT
read -p "For how long should each session key be used? (seconds) " -e -i 3600 RENEGKEY
echo echo
echo "Okay, that was all I needed. We are ready to set up your OpenVPN server now." echo "Okay, that was all I needed. We are ready to set up your OpenVPN server now."
read -n1 -r -p "Press any key to continue..." read -n1 -r -p "Press any key to continue..."