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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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