Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 472 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 472 Bytes

PowerTrust

A Go service which exposes an API to sign PowerShell scripts.

Usage

Service Daemon

powertrust service

Launches a service that listens on 7974 for PowerShell script uploads. Requires a signing certificate be loaded into Cert:\LocalMachine\My.

CLI Upload

powertrust sign "http://localhost:7974" "C:\Users\me\myscript.ps1"

Will upload, sign, download, and then promptly delete the script from the remote server in one command.