From ac451c395faf45099f3ae7c99f3503028022d111 Mon Sep 17 00:00:00 2001 From: Zak Bearman Date: Wed, 21 Jan 2026 03:13:29 +0000 Subject: [PATCH] Add certy.ps1 --- certy.ps1 | 1018 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1018 insertions(+) create mode 100644 certy.ps1 diff --git a/certy.ps1 b/certy.ps1 new file mode 100644 index 0000000..7cd0382 --- /dev/null +++ b/certy.ps1 @@ -0,0 +1,1018 @@ +Add-Type -AssemblyName PresentationFramework, PresentationCore, WindowsBase, System.Xaml +Add-Type -AssemblyName System.Windows.Forms + +$scriptRoot = Split-Path -Parent $MyInvocation.MyCommand.Path +$defaultSettingsPath = Join-Path $scriptRoot "certy.settings.json" +$defaultLogPath = Join-Path $scriptRoot "certy.log" + +$xaml = @' + + + + + + + + + + + + + + + + + + +