Skip to content

A Go service with an API to sign PowerShell, and a client to download the signed code.

Notifications You must be signed in to change notification settings

gyamada619/powertrust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Go service with an API to sign PowerShell, and a client to download the signed code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages