From d57fa469827985f929ab10900ff9a0a119faa5cb Mon Sep 17 00:00:00 2001 From: Alvaro Sedano Date: Fri, 13 Sep 2019 03:07:51 +0200 Subject: [PATCH] Compatibility with OPNsense backups. Line 28: #pfSense does'nt. --- pfSenseCertViewer.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pfSenseCertViewer.ps1 b/pfSenseCertViewer.ps1 index b5b8634..de347a7 100644 --- a/pfSenseCertViewer.ps1 +++ b/pfSenseCertViewer.ps1 @@ -25,7 +25,7 @@ Function Get-BeginEndWO { Param([Parameter(Mandatory=$true, Position=0)][string]$path) #OPNsense saves on the xml encrypted file information about how to decrypt it. - #pfSense not. + #pfSense does'nt. #Check if "^Version: OPNsense" exists in the line 2 [string[]]$text = Get-Content $path -Encoding UTF8