1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 06:11:59 +00:00

gcloud: Wed Apr 16 10:41:40 UTC 2025

This commit is contained in:
Automated 2025-04-16 10:41:40 +00:00
parent 4637d39593
commit b589c4c4ad
316 changed files with 13928 additions and 1163 deletions

View file

@ -4,8 +4,10 @@ NAME
SYNOPSIS
gcloud auth enterprise-certificate-config create macos --issuer=ISSUER
[--ecp=ECP] [--ecp-client=ECP_CLIENT] [--output-file=OUTPUT_FILE]
[--tls-offload=TLS_OFFLOAD] [GCLOUD_WIDE_FLAG ...]
[--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 the
@ -30,6 +32,11 @@ OPTIONAL FLAGS
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 include custom keychains.
--output-file=OUTPUT_FILE
Override the file path that the enterprise-certificate-proxy
configuration is written to.