From 76a18640c1288f9d25efb0e051284b97635cbf2b Mon Sep 17 00:00:00 2001 From: Hayden B Date: Wed, 10 Jul 2024 11:48:17 -0700 Subject: [PATCH] Add missing backtick (#316) Signed-off-by: Hayden B --- content/en/system_config/public_deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/system_config/public_deployment.md b/content/en/system_config/public_deployment.md index 3d3b9ab0..6405fe8b 100644 --- a/content/en/system_config/public_deployment.md +++ b/content/en/system_config/public_deployment.md @@ -31,7 +31,7 @@ To use this instance, follow the steps below: 1. `curl -O https://raw.githubusercontent.com/sigstore/root-signing-staging/main/metadata/root_history/1.root.json` 1. `cosign initialize --mirror=https://tuf-repo-cdn.sigstage.dev --root=1.root.json` 1. `cosign sign --oidc-issuer "https://oauth2.sigstage.dev/auth" --fulcio-url "https://fulcio.sigstage.dev" --rekor-url "https://rekor.sigstage.dev" ${IMAGE_DIGEST}` -1. `cosign verify --rekor-url "https://rekor.sigstage.dev" ${IMAGE} --certificate-identity=name@example.com --certificate-oidc-issuer=https://accounts.example.com +1. `cosign verify --rekor-url "https://rekor.sigstage.dev" ${IMAGE} --certificate-identity=name@example.com --certificate-oidc-issuer=https://accounts.example.com` * Steps 1-3 configure your local environment to use the staging keys and certificates. * Step 4 specifies the staging environment with flags needed for signing.