mirror da
https://github.com/angristan/openvpn-install.git
synced 2025-09-13 07:40:45 +02: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";
|
||||
|
Caricamento…
x
Fai riferimento in un nuovo problema
Block a user