diff --git a/cmd/cosign/cli/options/fulcio.go b/cmd/cosign/cli/options/fulcio.go index 2f4cb47b615..a3b392d8aee 100644 --- a/cmd/cosign/cli/options/fulcio.go +++ b/cmd/cosign/cli/options/fulcio.go @@ -19,7 +19,7 @@ import ( "github.com/spf13/cobra" ) -const DefaultFulcioURL = "https://v1.fulcio.sigstore.dev" +const DefaultFulcioURL = "https://fulcio.sigstore.dev" // FulcioOptions is the wrapper for Fulcio related options. type FulcioOptions struct { diff --git a/doc/cosign_attest.md b/doc/cosign_attest.md index 20cc2ce9139..9bd3c6331e9 100644 --- a/doc/cosign_attest.md +++ b/doc/cosign_attest.md @@ -40,7 +40,7 @@ cosign attest [flags] --attachment-tag-prefix [AttachmentTagPrefix]sha256-[TargetImageDigest].[AttachmentName] optional custom prefix to use for attached image tags. Attachment images are tagged as: [AttachmentTagPrefix]sha256-[TargetImageDigest].[AttachmentName] --cert string path to the x509 certificate to include in the Signature -f, --force skip warnings and confirmations - --fulcio-url string [EXPERIMENTAL] address of sigstore PKI server (default "https://v1.fulcio.sigstore.dev") + --fulcio-url string [EXPERIMENTAL] address of sigstore PKI server (default "https://fulcio.sigstore.dev") -h, --help help for attest --identity-token string [EXPERIMENTAL] identity token to use for certificate from fulcio --insecure-skip-verify [EXPERIMENTAL] skip verifying fulcio published to the SCT (this should only be used for testing). diff --git a/doc/cosign_policy_sign.md b/doc/cosign_policy_sign.md index 3dc30d08151..f6e591b6575 100644 --- a/doc/cosign_policy_sign.md +++ b/doc/cosign_policy_sign.md @@ -17,7 +17,7 @@ cosign policy sign [flags] ``` --allow-insecure-registry whether to allow insecure connections to registries. Don't use this for anything but testing --attachment-tag-prefix [AttachmentTagPrefix]sha256-[TargetImageDigest].[AttachmentName] optional custom prefix to use for attached image tags. Attachment images are tagged as: [AttachmentTagPrefix]sha256-[TargetImageDigest].[AttachmentName] - --fulcio-url string [EXPERIMENTAL] address of sigstore PKI server (default "https://v1.fulcio.sigstore.dev") + --fulcio-url string [EXPERIMENTAL] address of sigstore PKI server (default "https://fulcio.sigstore.dev") -h, --help help for sign --identity-token string [EXPERIMENTAL] identity token to use for certificate from fulcio --insecure-skip-verify [EXPERIMENTAL] skip verifying fulcio published to the SCT (this should only be used for testing). diff --git a/doc/cosign_sign-blob.md b/doc/cosign_sign-blob.md index fb28495af50..48008cf5912 100644 --- a/doc/cosign_sign-blob.md +++ b/doc/cosign_sign-blob.md @@ -37,7 +37,7 @@ cosign sign-blob [flags] --attachment-tag-prefix [AttachmentTagPrefix]sha256-[TargetImageDigest].[AttachmentName] optional custom prefix to use for attached image tags. Attachment images are tagged as: [AttachmentTagPrefix]sha256-[TargetImageDigest].[AttachmentName] --b64 whether to base64 encode the output (default true) --bundle string write everything required to verify the blob to a FILE - --fulcio-url string [EXPERIMENTAL] address of sigstore PKI server (default "https://v1.fulcio.sigstore.dev") + --fulcio-url string [EXPERIMENTAL] address of sigstore PKI server (default "https://fulcio.sigstore.dev") -h, --help help for sign-blob --identity-token string [EXPERIMENTAL] identity token to use for certificate from fulcio --insecure-skip-verify [EXPERIMENTAL] skip verifying fulcio published to the SCT (this should only be used for testing). diff --git a/doc/cosign_sign.md b/doc/cosign_sign.md index 22964c3b31b..49afae408a7 100644 --- a/doc/cosign_sign.md +++ b/doc/cosign_sign.md @@ -55,7 +55,7 @@ cosign sign [flags] --attachment-tag-prefix [AttachmentTagPrefix]sha256-[TargetImageDigest].[AttachmentName] optional custom prefix to use for attached image tags. Attachment images are tagged as: [AttachmentTagPrefix]sha256-[TargetImageDigest].[AttachmentName] --cert string path to the x509 certificate to include in the Signature -f, --force skip warnings and confirmations - --fulcio-url string [EXPERIMENTAL] address of sigstore PKI server (default "https://v1.fulcio.sigstore.dev") + --fulcio-url string [EXPERIMENTAL] address of sigstore PKI server (default "https://fulcio.sigstore.dev") -h, --help help for sign --identity-token string [EXPERIMENTAL] identity token to use for certificate from fulcio --insecure-skip-verify [EXPERIMENTAL] skip verifying fulcio published to the SCT (this should only be used for testing).