1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
## cosign trusted-root
Interact with a Sigstore protobuf trusted root
### Synopsis
Tools for interacting with a Sigstore protobuf trusted root
### Options
```
-h, --help help for trusted-root
```
### Options inherited from parent commands
```
--output-file string log output to a file
-t, --timeout duration timeout for commands (default 3m0s)
-d, --verbose log debug output
```
### SEE ALSO
* [cosign](cosign.md) - A tool for Container Signing, Verification and Storage in an OCI registry.
* [cosign trusted-root create](cosign_trusted-root_create.md) - Create a Sigstore protobuf trusted root
|