Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 730 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 730 Bytes

ST manager

ST manager can be used to create and sign OS Packages and more to ease the usage of System Transparency.


Requirements

Go version 1.19 or higher.


Installation instructions

Either run go install system-transparency.org/stmgr@latest or clone the repo and run go build.


Usage

stmgr is invoked with a command and a corresponding subcommand, for example stmgr ospkg create. In this example, ospkg is the command and create is the subcommand. See manual for more details.