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