From 253ba0ec7a24afc9f9f2ce6bb579b4a1115096c1 Mon Sep 17 00:00:00 2001 From: simono41 Date: Thu, 2 Nov 2017 22:32:31 +0000 Subject: [PATCH] update --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index feeb70e..a43cf49 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -296,7 +296,7 @@ else echo " 2) 3072 bits (recommended, best compromise)" echo " 3) 4096 bits (most secure)" while [[ $RSA_KEY_SIZE != "1" && $RSA_KEY_SIZE != "2" && $RSA_KEY_SIZE != "3" ]]; do - read -p "DH key size [1-3]: " -e -i 2 RSA_KEY_SIZE + read -p "RSA key size [1-3]: " -e -i 2 RSA_KEY_SIZE done case $RSA_KEY_SIZE in 1)