1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Feb 15 10:13:15 UTC 2023

This commit is contained in:
Automated 2023-02-15 10:13:15 +00:00
parent 02b395b082
commit 78fb6d9419
375 changed files with 5899 additions and 1603 deletions

View file

@ -4,8 +4,8 @@ NAME
SYNOPSIS
gcloud privateca roots create
(CERTIFICATE_AUTHORITY : --location=LOCATION --pool=POOL)
--from-ca=FROM_CA [--auto-enable] [--bucket=BUCKET]
[--dns-san=[DNS_SAN,...]] [--email-san=[EMAIL_SAN,...]]
[--auto-enable] [--bucket=BUCKET] [--dns-san=[DNS_SAN,...]]
[--email-san=[EMAIL_SAN,...]] [--from-ca=FROM_CA]
[--ip-san=[IP_SAN,...]] [--labels=[KEY=VALUE,...]]
[--subject=[SUBJECT,...]] [--uri-san=[URI_SAN,...]]
[--validity=VALIDITY; default="P10Y"]
@ -76,6 +76,21 @@ POSITIONAL ARGUMENTS
▸ provide the argument --pool on the command line.
FLAGS
--auto-enable
If this flag is set, the Certificate Authority will be automatically
enabled upon creation.
--bucket=BUCKET
The name of an existing storage bucket to use for storing the CA
certificates and CRLs for CAs in this pool. If omitted, a new bucket
will be created and managed by the service on your behalf.
--dns-san=[DNS_SAN,...]
One or more comma-separated DNS Subject Alternative Names.
--email-san=[EMAIL_SAN,...]
One or more comma-separated email Subject Alternative Names.
Source CA resource - An existing CA from which to copy configuration
values for the new CA. You can still override any of those values by
explicitly providing the appropriate flags. The specified existing CA must
@ -99,21 +114,6 @@ FLAGS
To set the certificate_authority attribute:
▸ provide the argument --from-ca on the command line.
--auto-enable
If this flag is set, the Certificate Authority will be automatically
enabled upon creation.
--bucket=BUCKET
The name of an existing storage bucket to use for storing the CA
certificates and CRLs for CAs in this pool. If omitted, a new bucket
will be created and managed by the service on your behalf.
--dns-san=[DNS_SAN,...]
One or more comma-separated DNS Subject Alternative Names.
--email-san=[EMAIL_SAN,...]
One or more comma-separated email Subject Alternative Names.
--ip-san=[IP_SAN,...]
One or more comma-separated IP Subject Alternative Names.