mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-01-09 16:20:04 +01:00
Update revoke-cleaner.pl
This commit is contained in:
parent
6e235f0bb4
commit
a5d1c80a97
@ -28,7 +28,7 @@ print color('Yellow');
|
|||||||
print "This is your issued crt's\n";
|
print "This is your issued crt's\n";
|
||||||
print color('RESET');
|
print color('RESET');
|
||||||
|
|
||||||
my $issued = `cat /etc/openvpn/easy-rsa/pki/issued/`;
|
my $issued = `ls -all /etc/openvpn/easy-rsa/pki/issued/`;
|
||||||
print "$issued";
|
print "$issued";
|
||||||
|
|
||||||
## Cleaning
|
## Cleaning
|
||||||
|
Loading…
Reference in New Issue
Block a user