Update revoke-cleaner.pl

This commit is contained in:
nu11secur1ty
2023-01-17 14:22:01 +02:00
committed by GitHub
parent 6e235f0bb4
commit a5d1c80a97

View File

@@ -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