From f2411c0634866972ae63201e74a1af95ff32d33d Mon Sep 17 00:00:00 2001 From: Swamy Goundar Date: Sat, 28 Mar 2020 00:37:40 -0700 Subject: [PATCH] Added Certificate Expiration Dates to listcerts() --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index ee9d531..36b64d1 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -1238,7 +1238,7 @@ function removeOpenVPN () { function listcerts () { # Original Script from PiVPN: list clients script -# Modified Script to add Certificate expiration Date -- Swamy Goundar 03/28/2020 +# Modified Script to add Certificate expiration Date -- Swamy Goundar 03/28/2020 INDEX="/etc/openvpn/easy-rsa/pki/index.txt"