1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Jun 29 09:00:05 UTC 2022

This commit is contained in:
Automated 2022-06-29 09:00:05 +00:00
parent 8b80260bd9
commit cf5ab60e4a
Failed to extract signature
195 changed files with 4700 additions and 413 deletions

View file

@ -18,8 +18,8 @@ SYNOPSIS
--kms-location=KMS_LOCATION --kms-project=KMS_PROJECT]]
[--use-preset-profile=USE_PRESET_PROFILE
| --extended-key-usages=[EXTENDED_KEY_USAGES,...]
--key-usages=[KEY_USAGES,...] --max-chain-length=MAX_CHAIN_LENGTH]
[GCLOUD_WIDE_FLAG ...]
--key-usages=[KEY_USAGES,...] --max-chain-length=MAX_CHAIN_LENGTH
| --unconstrained-chain-length] [GCLOUD_WIDE_FLAG ...]
EXAMPLES
To create a subordinate CA named 'server-tls-1' whose issuer is on Private
@ -282,10 +282,17 @@ OPTIONAL FLAGS
data_encipherment, key_agreement, cert_sign, crl_sign, encipher_only,
decipher_only.
--max-chain-length=MAX_CHAIN_LENGTH
Maximum depth of subordinate CAs allowed under this CA for a CA
certificate. This can only be provided if --use-preset-profile is not
provided.
At most one of these can be specified:
--max-chain-length=MAX_CHAIN_LENGTH
Maximum depth of subordinate CAs allowed under this CA for a CA
certificate. This can only be provided if neither
--use-preset-profile nor --unconstrained-chain-length are provided.
--unconstrained-chain-length
If set, allows an unbounded number of subordinate CAs under this
newly issued CA certificate. This can only be provided if neither
--use-preset-profile nor --max-chain-length are provided.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,