From 437aea20822420148ac91c5686fed63d66bb0c24 Mon Sep 17 00:00:00 2001 From: nu11secur1ty Date: Tue, 17 Jan 2023 14:24:48 +0200 Subject: [PATCH] Update revoke-cleaner.pl --- revoke-cleaner.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/revoke-cleaner.pl b/revoke-cleaner.pl index de3753d..5170d9c 100644 --- a/revoke-cleaner.pl +++ b/revoke-cleaner.pl @@ -21,6 +21,10 @@ print color('RED'); print " revoked!\n\n\n"; print color('RESET'); +print color('GREEN'); +print "If you do not see lines with (R) in the beginning, you will have nothing to clean!"; +print color('RESET'); + my $ENV = `cat /etc/openvpn/easy-rsa/pki/index.txt | grep R`; print "$ENV";