From 87a191f8a1183dd629ad8030aeb463302fef30d4 Mon Sep 17 00:00:00 2001 From: Kcchouette Date: Wed, 7 Sep 2016 17:41:57 +0200 Subject: [PATCH] Update openvpn-install.sh --- openvpn-install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index a3208ab..df8252f 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -285,13 +285,11 @@ else # If the user selected the fast, less hardened version if [[ "$VARIANT" = '1' ]]; then echo "set_var EASYRSA_KEY_SIZE 2048 -set_var EASYRSA_KEY_SIZE 2048 set_var EASYRSA_DIGEST "sha256"" > vars fi # If the user selected the relatively slow, ultra hardened version if [[ "$VARIANT" = '2' ]]; then echo "set_var EASYRSA_KEY_SIZE 4096 -set_var EASYRSA_KEY_SIZE 4096 set_var EASYRSA_DIGEST "sha384"" > vars fi # Create the PKI, set up the CA, the DH params and the server + client certificates