From 495002da7f35a2ecac96d179d2a85156b7962dc4 Mon Sep 17 00:00:00 2001 From: Jun Hui Date: Sun, 23 Sep 2018 18:10:10 +0800 Subject: [PATCH] Update easy-rsa easy-rsa 3.0.4 -> 3.0.5 --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index fbcd470..07a3327 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -535,7 +535,7 @@ function installOpenVPN () { fi # Install the latest version of easy-rsa from source - local version="3.0.4" + local version="3.0.5" wget -O ~/EasyRSA-${version}.tgz https://github.com/OpenVPN/easy-rsa/releases/download/v${version}/EasyRSA-${version}.tgz tar xzf ~/EasyRSA-${version}.tgz -C ~/ mv ~/EasyRSA-${version}/ /etc/openvpn/