Skip to content

Commit

Permalink
Add docs on using cosign bundle create (#334)
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Steindler <[email protected]>
  • Loading branch information
steiza authored Nov 7, 2024
1 parent 93024b3 commit 1d0f100
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/en/cosign/verifying/verify.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d0f100

Please sign in to comment.