Fix broken hyperlink for 'Cosign Keyless Signatures' in "Verify Signed Kubernetes Artifacts" guide (#44235)

* fix broken links to cosign signing page

* remove changes to zn translation

* change link to https://docs.sigstore.dev/signing/overview/
pull/44418/head
Tobias 2023-12-18 11:08:33 +01:00 committed by GitHub
parent 5ebf07dbb6
commit 7ffd84798f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ cosign verify-blob "$BINARY" \
{{< note >}}
Cosign 2.0 requires the `--certificate-identity` and `--certificate-oidc-issuer` options.
To learn more about keyless signing, please refer to [Keyless Signatures](https://docs.sigstore.dev/cosign/keyless).
To learn more about keyless signing, please refer to [Keyless Signatures](https://docs.sigstore.dev/signing/overview/).
Previous versions of Cosign required that you set `COSIGN_EXPERIMENTAL=1`.