1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 23:49:35 +00:00
gcloud-help/gcloud/alpha/auth/enterprise-certificate-config/create/windows
2023-03-15 11:22:01 +00:00

65 lines
2.3 KiB
Text

NAME
gcloud alpha auth enterprise-certificate-config create windows - create an
enterprise-certificate configuration file for Windows
SYNOPSIS
gcloud alpha auth enterprise-certificate-config create windows
--issuer=ISSUER --provider=PROVIDER --store=STORE [--ecp=ECP]
[--ecp-client=ECP_CLIENT] [--output-file=OUTPUT_FILE]
[--tls-offload=TLS_OFFLOAD] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) This command creates a configuration file used by gcloud to use the
enterprise-certificate-proxy component for mTLS.
EXAMPLES
To create a credential configuration run:
$ gcloud alpha auth enterprise-certificate-config create windows \
--issuer=$CERT_ISSUER --store=$STORE --provider=$PROVIDER
REQUIRED FLAGS
--issuer=ISSUER
The certificate issuer.
--provider=PROVIDER
The Windows secure store provider.
--store=STORE
The Windows secure store.
OPTIONAL FLAGS
--ecp=ECP
Provide a custom path to the enterprise-certificate-proxy binary. This
flag must be the full path to the binary.
--ecp-client=ECP_CLIENT
Provide a custom path to the enterprise-certificate-proxy shared client
library. This flag must be the full path to the shared library.
--output-file=OUTPUT_FILE
Override the file path that the enterprise-certificate-proxy
configuration is written to.
--tls-offload=TLS_OFFLOAD
Provide a custom path to the enterprise-certificate-proxy shared tls
offload library. This flag must be the full path to the shared library.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. These variants are also available:
$ gcloud auth enterprise-certificate-config create windows
$ gcloud beta auth enterprise-certificate-config create windows