From d75eb29e7492d663959b67ccf08a36d6b812b416 Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Thu, 19 Oct 2023 23:56:33 -0500 Subject: [PATCH] Update to easy-rsa 3.1.7 --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 7ca48c8..508b3a9 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -646,7 +646,7 @@ LimitNPROC=infinity" > /etc/systemd/system/openvpn-server@server.service.d/disab ) fi # Get easy-rsa - easy_rsa_url='https://github.com/OpenVPN/easy-rsa/releases/download/v3.1.5/EasyRSA-3.1.5.tgz' + easy_rsa_url='https://github.com/OpenVPN/easy-rsa/releases/download/v3.1.7/EasyRSA-3.1.7.tgz' mkdir -p /etc/openvpn/server/easy-rsa/ { wget -t 3 -T 30 -qO- "$easy_rsa_url" 2>/dev/null || curl -m 30 -sL "$easy_rsa_url" ; } | tar xz -C /etc/openvpn/server/easy-rsa/ --strip-components 1 if [ ! -f /etc/openvpn/server/easy-rsa/easyrsa ]; then