mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-01-09 08:10:05 +01:00
Update revoke-cleaner.pl
This commit is contained in:
parent
b277bb84db
commit
6e235f0bb4
@ -24,6 +24,13 @@ print color('RESET');
|
||||
my $ENV = `cat /etc/openvpn/easy-rsa/pki/index.txt | grep R`;
|
||||
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
|
||||
my $ENVPKI = "/etc/openvpn/easy-rsa/pki/index.txt";
|
||||
print "Preparing for cleaning...\n";
|
||||
|
Loading…
Reference in New Issue
Block a user