Skip to content

Commit

Permalink
[Docs] udpate order of san and issuer to be consistent with order of …
Browse files Browse the repository at this point in the history
…options

Signed-off-by: Tom Tan <totan@microsoft.com>
  • Loading branch information
ThomsonTan committed Mar 10, 2024
1 parent 16a3dda commit 2db3ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -102,7 +102,7 @@ Cosign will then store the signature and certificate in the Rekor transparency l
### Verify a container
To verify the image, you'll need to pass in the expected certificate issuer and certificate subject via the `--certificate-identity` and `--certificate-oidc-issuer` flags:
To verify the image, you'll need to pass in the expected certificate subject and certificate issuer via the `--certificate-identity` and `--certificate-oidc-issuer` flags:
```
cosign verify $IMAGE --certificate-identity=$IDENTITY --certificate-oidc-issuer=$OIDC_ISSUER
Expand Down

0 comments on commit 2db3ea5

Please sign in to comment.