gcloud auth enterprise-certificate-config create macos

NAME
gcloud auth enterprise-certificate-config create macos - create an enterprise-certificate configuration file for MacOS
SYNOPSIS
gcloud auth enterprise-certificate-config create macos--issuer=ISSUER[--ecp=ECP][--ecp-client=ECP_CLIENT][--keychain-type=KEYCHAIN_TYPE; default="all"][--output-file=OUTPUT_FILE][--tls-offload=TLS_OFFLOAD][GCLOUD_WIDE_FLAG]
DESCRIPTION
This command creates a configuration file used by gcloud to use theenterprise-certificate-proxy component for mTLS.
EXAMPLES
To create a credential configuration run:
gcloudauthenterprise-certificate-configcreatemacos--issuer=$CERT_ISSUER
REQUIRED FLAGS
--issuer=ISSUER
The certificate issuer.
OPTIONAL FLAGS
--ecp=ECP
Provide a custom path to the enterprise-certificate-proxy binary. This flag mustbe 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.
--keychain-type=KEYCHAIN_TYPE; default="all"
Specify the target keychain(s) for certificate lookup.Accepted values are"login", "system", or "all". If omitted,defaults to "all". Use "all" to includecustom keychains.
--output-file=OUTPUT_FILE
Override the file path that the enterprise-certificate-proxy configuration iswritten to.
--tls-offload=TLS_OFFLOAD
Provide a custom path to the enterprise-certificate-proxy shared tls offloadlibrary. 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
These variants are also available:
gcloudalphaauthenterprise-certificate-configcreatemacos
gcloudbetaauthenterprise-certificate-configcreatemacos

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-05-07 UTC.