From e82eb47023a3316e000eceab386f5a170bfec3f6 Mon Sep 17 00:00:00 2001 From: Frogger <113446128+nodev11@users.noreply.github.com> Date: Thu, 10 Nov 2022 10:46:17 +0100 Subject: [PATCH] Update openvpn-install.sh Set expiration for CA certificate and client certificates --- openvpn-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 2016dd7..658e7f9 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -10,8 +10,8 @@ # CA_EXPIRE=3650 # CERT_EXPIRE=825 -CA_EXPIRE=7300 -CERT_EXPIRE=7300 +CA_EXPIRE=3650 +CERT_EXPIRE=3650 function isRoot() { if [ "$EUID" -ne 0 ]; then