From 0709b9498ccdb11ba07890c75b1f7d6c5fd51455 Mon Sep 17 00:00:00 2001 From: Nyr Date: Thu, 5 May 2022 11:44:36 +0200 Subject: [PATCH] Update easy-rsa to v3.0.9-rc1 for Ubuntu 22.04 --- openvpn-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index c5136c8..408f4ba 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -236,9 +236,9 @@ LimitNPROC=infinity" > /etc/systemd/system/openvpn-server@server.service.d/disab systemctl enable --now firewalld.service fi # Get easy-rsa - # The latest easy-rsa release is not yet compatible with Ubuntu 22.04 + # The latest easy-rsa stable release is not yet compatible with Ubuntu 22.04 if [[ "$os" == "ubuntu" && "$os_version" -eq 2204 ]]; then - easy_rsa_url='https://wg.nyr.be/download/EasyRSA-bf19e79.tgz' + easy_rsa_url='https://github.com/OpenVPN/easy-rsa/releases/download/v3.0.9-rc1/EasyRSA-v3.0.9-rc1.tgz' else easy_rsa_url='https://github.com/OpenVPN/easy-rsa/releases/download/v3.0.8/EasyRSA-3.0.8.tgz' fi