Update revoke-cleaner.pl

This commit is contained in:
nu11secur1ty 2023-01-17 14:20:47 +02:00 committed by GitHub
parent b277bb84db
commit 6e235f0bb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,13 @@ 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`;
print "$ENV"; print "$ENV";
print color('Yellow');
print "This is your issued crt's\n";
print color('RESET');
my $issued = `cat /etc/openvpn/easy-rsa/pki/issued/`;
print "$issued";
## Cleaning ## Cleaning
my $ENVPKI = "/etc/openvpn/easy-rsa/pki/index.txt"; my $ENVPKI = "/etc/openvpn/easy-rsa/pki/index.txt";
print "Preparing for cleaning...\n"; print "Preparing for cleaning...\n";