Update dependency OpenVPN/easy-rsa to v3.2.7

This commit is contained in:
renovate[bot]
2026-09-19 17:36:39 +00:00
committed by GitHub
parent ad22fd9eb0
commit 33afa5758d
+1 -1
View File
@@ -9,7 +9,7 @@
# Configuration constants # Configuration constants
readonly DEFAULT_CERT_VALIDITY_DURATION_DAYS=3650 # 10 years readonly DEFAULT_CERT_VALIDITY_DURATION_DAYS=3650 # 10 years
readonly DEFAULT_CRL_VALIDITY_DURATION_DAYS=5475 # 15 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" readonly EASYRSA_SHA256="c2572990ce91112eef8d1b8e4a3b58790da95b68501785c621f69121dfbd22d7"
# ============================================================================= # =============================================================================