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:
parent
73dbab1863
commit
055e841bd7
@ -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..."
|
||||||
|
Loading…
Reference in New Issue
Block a user