From 85c466e634bdfda462a99857bffbd4d78b30163f Mon Sep 17 00:00:00 2001 From: Angristan Date: Wed, 9 Mar 2016 21:10:41 +0100 Subject: [PATCH] Remove 4096 bits DH --- openvpn-install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index c5894df..836465f 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -107,9 +107,6 @@ if [[ -e /etc/openvpn/server.conf ]]; then fi CLIENT=$(tail -n +2 /etc/openvpn/easy-rsa/pki/index.txt | grep "^V" | cut -d '=' -f 2 | sed -n "$CLIENTNUMBER"p) cd /etc/openvpn/easy-rsa/ - cp vars.example vars - #Use 4096 bits DH instead of 2048 bits - echo "set_var EASYRSA_KEY_SIZE 4096" >> vars ./easyrsa --batch revoke $CLIENT ./easyrsa gen-crl rm -rf pki/reqs/$CLIENT.req