Update pfSenseCertViewer.ps1

This commit is contained in:
Alvaro Sedano 2019-07-21 18:03:54 +02:00 committed by GitHub
parent 0b2a7999ef
commit a4d63228d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
#### ####
### Extracting pfSense Certificates (without private key) ### Extracting pfSense Certificates (without private key)
#### ####
# Redefine the $cfg string variable to point to a valid unecripted pfSense Configuration XML file. # 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 # 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 certificated (used or not used) and duplicate Serial Number Certificates
# #