Update pfSenseCertViewer.ps1

This commit is contained in:
Alvaro Sedano 2019-07-30 20:14:33 +02:00 committed by GitHub
parent d5267a8f9b
commit d27f14bca5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,8 @@
# Redefine the $cfg string variable to point to a valid non encrypted pfSense XML configuration backup file.
# You can also pass the command line FilePath parameter as path to the input XML cfg file.
# The script will return the CA certificates, Server certificates, User certificated (used or not used) and duplicate Serial Number Certificates
# The script will return the CA certificates, Server certificates, User certificates (used or not used) and
# duplicated Serial Number Certificates.
#
# Tested on PowerShell 5 and avobe
# Created by Alvaro Sedano Galindo. al_sedano@hotmail.com