1
0
miroir de https://github.com/angristan/openvpn-install.git synchronisé 2025-07-02 04:24:23 +02:00

Update revoke-cleaner.pl

Cette révision appartient à :
nu11secur1ty 2023-01-17 14:20:47 +02:00 révisé par GitHub
Parent b277bb84db
révision 6e235f0bb4
Signature inconnue de Gitea
ID de la clé GPG: 4AEE18F83AFDEB23

Voir le fichier

@ -24,6 +24,13 @@ print color('RESET');
my $ENV = `cat /etc/openvpn/easy-rsa/pki/index.txt | grep R`; my $ENV = `cat /etc/openvpn/easy-rsa/pki/index.txt | grep R`;
print "$ENV"; 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 ## Cleaning
my $ENVPKI = "/etc/openvpn/easy-rsa/pki/index.txt"; my $ENVPKI = "/etc/openvpn/easy-rsa/pki/index.txt";
print "Preparing for cleaning...\n"; print "Preparing for cleaning...\n";