Update revoke-cleaner.pl

This commit is contained in:
nu11secur1ty 2023-01-17 14:25:45 +02:00 committed by GitHub
parent 437aea2082
commit b8892759f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ print " revoked!\n\n\n";
print color('RESET'); print color('RESET');
print color('GREEN'); print color('GREEN');
print "If you do not see lines with (R) in the beginning, you will have nothing to clean!"; print "If you do not see lines with (R) in the beginning, you will have nothing to clean!\n\n\n";
print color('RESET'); print color('RESET');
my $ENV = `cat /etc/openvpn/easy-rsa/pki/index.txt | grep R`; my $ENV = `cat /etc/openvpn/easy-rsa/pki/index.txt | grep R`;