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 = @' + + + + + + + + + + + + + + + + + + +