From 055e841bd758bce8a828d692165150cde349a226 Mon Sep 17 00:00:00 2001 From: Birkhoff Date: Tue, 31 Jul 2018 00:09:06 -0400 Subject: [PATCH] Order issues --- openvpn-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 044237d..d92e9e4 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -230,10 +230,11 @@ else echo " 5) Verisign" read -p "DNS [1-5]: " -e -i 1 DNS 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 "Please, use one word only, no special characters." 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 "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..."