From f9bc450b50cd7439ae8b6859be00f3b38924a43f Mon Sep 17 00:00:00 2001 From: "D. Robin" Date: Mon, 27 Apr 2020 17:56:21 +0200 Subject: [PATCH] Update EasyRSA version --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 27bb1c1..c362973 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -681,7 +681,7 @@ function installOpenVPN() { # Install the latest version of easy-rsa from source, if not already # installed. if [[ ! -d /etc/openvpn/easy-rsa/ ]]; then - local version="3.0.6" + local version="3.0.7" 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 ~/ mkdir -p /etc/openvpn/easy-rsa