From 2db3ea5ce2758cd38a25919a3a424fd2cd3278c5 Mon Sep 17 00:00:00 2001 From: Tom Tan Date: Sun, 10 Mar 2024 09:38:58 -0700 Subject: [PATCH] [Docs] udpate order of san and issuer to be consistent with order of options Signed-off-by: Tom Tan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdd5ae4b46e..7cc3f83dd8c 100644 --- a/README.md +++ b/README.md @@ -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