-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the local verification using certificates docs.
Verification using certificates requires also the validation of the certificate's issuer and identity. Signed-off-by: Daniel Haus <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,7 +76,7 @@ $ cosign verify --key cosign.pub --local-image PATH/to/user/demo | |
Verify image with local certificate and local certificate chain: | ||
|
||
```shell | ||
$ cosign verify --certificate cosign.crt --certificate-chain chain.crt user/demo | ||
$ cosign verify --certificate cosign.crt --certificate-chain chain.crt --certificate-oidc-issuer https://issuer.example.com --certificate-identity [email protected] user/demo | ||
Check failure on line 79 in content/en/verifying/verify.md GitHub Actions / markdownlintDollar signs used before commands without showing output
|
||
``` | ||
|
||
## Verify image with user-provided trusted chain | ||
Check failure on line 82 in content/en/verifying/verify.md GitHub Actions / markdownlintHeadings should be surrounded by blank lines
|
||
|