From a0027f1b42ead81b8c191f4e9705379051769453 Mon Sep 17 00:00:00 2001 From: randomshell <43271778+randomshell@users.noreply.github.com> Date: Thu, 21 Feb 2019 14:59:58 +0000 Subject: [PATCH] Update easy-rsa to 3.0.6 (#393) --- openvpn-install.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index d02ffe4..09fbaad 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -610,13 +610,13 @@ function installOpenVPN () { fi # Install the latest version of easy-rsa from source - local version="3.0.5" - wget -O ~/EasyRSA-nix-${version}.tgz https://github.com/OpenVPN/easy-rsa/releases/download/v${version}/EasyRSA-nix-${version}.tgz - tar xzf ~/EasyRSA-nix-${version}.tgz -C ~/ - mv ~/EasyRSA-${version}/ /etc/openvpn/ - mv /etc/openvpn/EasyRSA-${version}/ /etc/openvpn/easy-rsa/ + local version="3.0.6" + wget -O ~/EasyRSA-unix-v${version}.tgz https://github.com/OpenVPN/easy-rsa/releases/download/v${version}/EasyRSA-unix-v${version}.tgz + tar xzf ~/EasyRSA-unix-v${version}.tgz -C ~/ + mv ~/EasyRSA-v${version}/ /etc/openvpn/ + mv /etc/openvpn/EasyRSA-v${version}/ /etc/openvpn/easy-rsa/ chown -R root:root /etc/openvpn/easy-rsa/ - rm -f ~/EasyRSA-nix-${version}.tgz + rm -f ~/EasyRSA-unix-v${version}.tgz cd /etc/openvpn/easy-rsa/ case $CERT_TYPE in