Skip to content

Commit

Permalink
Update index.md (#170)
Browse files Browse the repository at this point in the history
* Update index.md

change rekor to cosign as the verification tool.  Also mention in the text that cosign has the ability to verify.

Signed-off-by: jonvnadelberg <121979961+jonvnadelberg@users.noreply.github.com>

* Update index.md

fix link by adding / to end

Signed-off-by: jonvnadelberg <121979961+jonvnadelberg@users.noreply.github.com>

* Update index.md

remove sentence as being unnecessary.

Signed-off-by: jonvnadelberg <121979961+jonvnadelberg@users.noreply.github.com>

* Update index.md

add installation instruction

Signed-off-by: jonvnadelberg <121979961+jonvnadelberg@users.noreply.github.com>

* Update index.md

Fix bad link

Signed-off-by: jonvnadelberg <121979961+jonvnadelberg@users.noreply.github.com>

* Update index.md

Remove "And verify"

Signed-off-by: jonvnadelberg <121979961+jonvnadelberg@users.noreply.github.com>

* Update index.md

remove fulcio instruction as that is not for clients.

Signed-off-by: jonvnadelberg <121979961+jonvnadelberg@users.noreply.github.com>

* Update index.md

Put in added explanation for people who wish to verify, indicating that they need to install cosign first.

Signed-off-by: jonvnadelberg <121979961+jonvnadelberg@users.noreply.github.com>

* Update index.md

reword clumsy sentence

Signed-off-by: jonvnadelberg <121979961+jonvnadelberg@users.noreply.github.com>

* Update content/en/index.md

Co-authored-by: ltagliaferri <lisa.tagliaferri@gmail.com>
Signed-off-by: jonvnadelberg <121979961+jonvnadelberg@users.noreply.github.com>

* Update verify.md

add note to verify telling people to install cosign to verify.

Signed-off-by: jonvnadelberg <121979961+jonvnadelberg@users.noreply.github.com>

* Update verify.md

add "blob" to the install instruction.

Signed-off-by: jonvnadelberg <121979961+jonvnadelberg@users.noreply.github.com>

* Update content/en/cosign/verify.md

Co-authored-by: olivekl <83081275+olivekl@users.noreply.github.com>
Signed-off-by: jonvnadelberg <121979961+jonvnadelberg@users.noreply.github.com>

* Update index.md

change bullet points to make things easier to jump to.

Signed-off-by: jonvnadelberg <121979961+jonvnadelberg@users.noreply.github.com>

* Update index.md

typo

Signed-off-by: jonvnadelberg <121979961+jonvnadelberg@users.noreply.github.com>

* Update index.md

remove added verify line as it is being put in bullet point.

Signed-off-by: jonvnadelberg <121979961+jonvnadelberg@users.noreply.github.com>

* Update index.md

edit gitsign line.

Signed-off-by: jonvnadelberg <121979961+jonvnadelberg@users.noreply.github.com>

---------

Signed-off-by: jonvnadelberg <121979961+jonvnadelberg@users.noreply.github.com>
Co-authored-by: ltagliaferri <lisa.tagliaferri@gmail.com>
Co-authored-by: olivekl <83081275+olivekl@users.noreply.github.com>
  • Loading branch information
3 people committed May 19, 2023
1 parent b1a151e commit 4186c93
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions content/en/cosign/verify.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ category: "Cosign"
position: 106
---

> **Note**: To verify a signed artifact or blob, first [install Cosign](/cosign/installation/), then follow the instructions below.
The general verification format with the `cosign verify` command is as follows.

```shell
Expand Down
10 changes: 5 additions & 5 deletions content/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ It’s free to use for all developers and software providers, with Sigstore’s

## How to use Sigstore

* Sign software artifacts with [Cosign](/cosign/overview/)[Quick start](/cosign/overview/#quick-start)
* Sign Git commits with [Gitsign](/gitsign/overview/) - [Quick start](/gitsign/overview/#quick-start)
* Verify entries with [Cosign](/cosign/verify/)
* Use the [policy controller](/policy-controller/overview/) to enforce Kubernetes policies
* Use the [Fulcio Certificate Authority](/fulcio/overview/)
* I want to [install and Quick Start](/cosign/overview/#quick-start)
* I want to [sign a blob](cosign/signing_with_blobs/)
* I want to [sign a container](cosign/signing_with_containers/)
* I want to [Sign Git commits with Gitsign](/gitsign/overview/) - [Quick Start](/gitsign/overview/#quick-start)
* I want to [verify entries with Cosign](/cosign/verify/)

## How Sigstore works

Expand Down

0 comments on commit 4186c93

Please sign in to comment.