From a4d63228d8e0746093fca0b2111ae99fa6d0ba89 Mon Sep 17 00:00:00 2001 From: Alvaro Sedano Date: Sun, 21 Jul 2019 18:03:54 +0200 Subject: [PATCH] Update pfSenseCertViewer.ps1 --- pfSenseCertViewer.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pfSenseCertViewer.ps1 b/pfSenseCertViewer.ps1 index d7bcc09..64c4815 100644 --- a/pfSenseCertViewer.ps1 +++ b/pfSenseCertViewer.ps1 @@ -1,8 +1,8 @@ #### ### Extracting pfSense Certificates (without private key) #### -# Redefine the $cfg string variable to point to a valid unecripted pfSense Configuration XML file. -# You can also pass the command line FilePath parameter as path to the input XML cfg 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. # The script will return the CA certificates, Server certificates, User certificated (used or not used) and duplicate Serial Number Certificates #