Skip to content

Commit

Permalink
Better define sigstores purpose (#52)
Browse files Browse the repository at this point in the history
Signed-off-by: Luke Hinds <lhinds@redhat.com>
  • Loading branch information
lukehinds committed May 6, 2021
1 parent 11e6eaa commit b560753
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# sigstore signing CLI tool
# sigstore framework and signing CLI tool

> :warning: Not ready for use yet!
sigstore CLI is a generic tool to sign blobs, tarballs etc and establish
a trust root using the sigstore signing infrastructure
sigstore/sigstore is a generic library that is utilized by various other
clients and projects inc fulcio (webPKI), cosign (container and OCI signing tool)
and tektoncd/chains (Supply Chain Security in Tekton Pipelines).

sigstore is also good candidate for anyone wanting to develop go based clients / systems
and utilise exiting go modules for common sigstore functionality.

It also used as a general CLI signing tool for certificate requests from Fulcio
and storing of artifacts into rekor.

## Security

Expand Down

0 comments on commit b560753

Please sign in to comment.