From 13adb696cd598ba6d084879ffe2806d9a6351e72 Mon Sep 17 00:00:00 2001 From: Swamy Goundar Date: Sat, 28 Mar 2020 20:22:35 -0700 Subject: [PATCH] Disabled Listing of Revoked Certs --- openvpn-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index c7febfd..9790c03 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -1456,7 +1456,8 @@ Last_Backup_Ovpn_Archive_File=$(ls -t $Backup_Location/ovpn* | head -n 1) printf " Valid :: %s :: %s\\n" "$NAME" "$EXPD" >>>>>>> dd5f3e1... Cleaned up Formating elif [ "${STATUS}" == "R" ]; then - printf " Revoked :: %s :: %s\\n" "$NAME" "$EXPD" + #printf " Revoked :: %s :: %s\\n" "$NAME" "$EXPD" + continue else printf " Unknown :: %s :: %s\\n" "$NAME" "$EXPD" fi