From 1d0f100c1722e8fb99f20b6019632065283f3986 Mon Sep 17 00:00:00 2001 From: Zach Steindler Date: Thu, 7 Nov 2024 02:16:31 -0500 Subject: [PATCH] Add docs on using `cosign bundle create` (#334) Signed-off-by: Zach Steindler --- content/en/cosign/verifying/verify.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/en/cosign/verifying/verify.md b/content/en/cosign/verifying/verify.md index 57b07ce9..cc1d2197 100644 --- a/content/en/cosign/verifying/verify.md +++ b/content/en/cosign/verifying/verify.md @@ -248,6 +248,12 @@ You can override the public good instance CA using the environment variable `SIG export SIGSTORE_ROOT_FILE="/home/jdoe/myrootCA.pem" ``` +## New bundle format coming soon + +There's a new bundle format using [bundle protobuf-specs](https://github.com/sigstore/protobuf-specs/blob/main/protos/sigstore_bundle.proto) that has a number of advantages over the previous bundle format: it supports offline verification, and includes additional information (like signed timestamps and attestations) in a single file. + +You can take existing signed material and make a new protobuf bundle with `cosign bundle create ...`. + ## Experimental Features ### Verify a signature was added to the transparency log