Create a Sigstore protobuf trusted root
Create a Sigstore protobuf trusted root by supplying verification material
cosign trusted-root create [flags]
--certificate-chain stringArray path to a list of CA certificates in PEM format which will be needed when building the certificate chain for the signing certificate. Must start with the parent intermediate CA certificate of the signing certificate and end with the root certificate.
--ctfe-key stringArray path to a PEM-encoded public key used by certificate authority for certificate transparency log.
--ctfe-start-time stringArray RFC 3339 string describing validity start time for key use by certificate transparency log.
-h, --help help for create
--out string path to output trusted root
--rekor-key stringArray path to a PEM-encoded public key used by transparency log like Rekor.
--rekor-start-time stringArray RFC 3339 string describing validity start time for key use by transparency log like Rekor.
--timestamp-certificate-chain stringArray path to PEM-encoded certificate chain file for the RFC3161 timestamp authority. Must contain the root CA certificate. Optionally may contain intermediate CA certificates
--output-file string log output to a file
-t, --timeout duration timeout for commands (default 3m0s)
-d, --verbose log debug output
- cosign trusted-root - Interact with a Sigstore protobuf trusted root