From 4a76f119afabf519c6a00c3fbc9aace12ad251b6 Mon Sep 17 00:00:00 2001 From: IzNarf Date: Sun, 29 Nov 2015 14:00:44 +0100 Subject: [PATCH] Easy-RSA I added this pause to all your Versions because i want to set my own values. Maybe you can add it for everybody. --- openvpn-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openvpn-install.sh b/openvpn-install.sh index 2398498..91a0b71 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -209,6 +209,8 @@ else chown -R root:root /etc/openvpn/easy-rsa/ rm -rf ~/EasyRSA-3.0.1.tgz cd /etc/openvpn/easy-rsa/ + # Give the user time to set custom easy-rsa values + read -n1 -r -p "Please set easy-rsa values..." # Create the PKI, set up the CA, the DH params and the server + client certificates ./easyrsa init-pki ./easyrsa --batch build-ca nopass