mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-05-10 02:34:22 +02: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 color('RESET');
|
||||
|
||||
my $issued = `cat /etc/openvpn/easy-rsa/pki/issued/`;
|
||||
my $issued = `ls -all /etc/openvpn/easy-rsa/pki/issued/`;
|
||||
print "$issued";
|
||||
|
||||
## Cleaning
|
||||
|
Loading…
x
Reference in New Issue
Block a user