From 317c4dbdbf2bcfd4bd867cc3d5502a4a1738c3ee Mon Sep 17 00:00:00 2001 From: randomshell Date: Thu, 7 May 2020 20:07:25 +0000 Subject: [PATCH] Remove easy-rsa <3.0.7 workaround We have easy-rsa 3.0.7 and it's not needed anymore --- openvpn-install.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 5f49ada..4a9e347 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -719,11 +719,6 @@ function installOpenVPN() { # Create the PKI, set up the CA, the DH params and the server certificate ./easyrsa init-pki - - # Workaround to remove unharmful error until easy-rsa 3.0.7 - # https://github.com/OpenVPN/easy-rsa/issues/261 - sed -i 's/^RANDFILE/#RANDFILE/g' pki/openssl-easyrsa.cnf - ./easyrsa --batch build-ca nopass if [[ $DH_TYPE == "2" ]]; then