From 33afa5758dc821d4a5a99f3de677f1b4c4b62c82 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 17:36:39 +0000 Subject: [PATCH] Update dependency OpenVPN/easy-rsa to v3.2.7 --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index f31428b..00eab2f 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -9,7 +9,7 @@ # Configuration constants readonly DEFAULT_CERT_VALIDITY_DURATION_DAYS=3650 # 10 years readonly DEFAULT_CRL_VALIDITY_DURATION_DAYS=5475 # 15 years -readonly EASYRSA_VERSION="3.2.6" +readonly EASYRSA_VERSION="3.2.7" readonly EASYRSA_SHA256="c2572990ce91112eef8d1b8e4a3b58790da95b68501785c621f69121dfbd22d7" # =============================================================================