-
Notifications
You must be signed in to change notification settings - Fork 86
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. (#306)
Verification using certificates requires also the validation of the certificate's issuer and identity. Signed-off-by: Daniel Haus <dhaus@redhat.com>
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 foo@example.com user/demo | ||
Check failure on line 79 in content/en/verifying/verify.md
|
||
``` | ||
|
||
## Verify image with user-provided trusted chain | ||
Check failure on line 82 in content/en/verifying/verify.md
|
||
|