From bfd603da28c028cc7ea3fc4b7d129afb1d13696a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 19 Sep 2026 17:36:51 +0000 Subject: [PATCH] chore: update Easy-RSA SHA256 hash --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 00eab2f..1821e82 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -10,7 +10,7 @@ readonly DEFAULT_CERT_VALIDITY_DURATION_DAYS=3650 # 10 years readonly DEFAULT_CRL_VALIDITY_DURATION_DAYS=5475 # 15 years readonly EASYRSA_VERSION="3.2.7" -readonly EASYRSA_SHA256="c2572990ce91112eef8d1b8e4a3b58790da95b68501785c621f69121dfbd22d7" +readonly EASYRSA_SHA256="308743bc9fe871b902d47dbe98d749daff3a05b27531684f02625ce7208d4598" # ============================================================================= # Logging Configuration