Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 452 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 452 Bytes

SignPoshScript

WPF GUI written im PowerShell to sign your scripts.

Prerequisites

You need to import at least one CodeSigning Certificate into your users certificate store at: Cert:\CurrentUser\My\

The enhanced key usage (EKU) must be Code Signing (1.3.6.1.5.5.7.3.3)

Files

  • CodeSigningTool.exe - precompiled executable of the PoSh Sign.ps1 script
  • SignPS.ps1 - WFP / PowerShell source code