mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Feb 26 10:38:18 UTC 2025
This commit is contained in:
parent
8d1a988ab5
commit
a597993b2e
186 changed files with 5629 additions and 923 deletions
|
|
@ -7,7 +7,9 @@ SYNOPSIS
|
|||
(CERTIFICATE_AUTHORITY : --location=LOCATION --pool=POOL)
|
||||
(--create-csr --csr-output-file=CSR_OUTPUT_FILE
|
||||
| [--issuer-pool=ISSUER_POOL : --issuer-location=ISSUER_LOCATION])
|
||||
[--auto-enable] [--bucket=BUCKET] [--dns-san=[DNS_SAN,...]]
|
||||
[--auto-enable] [--bucket=BUCKET]
|
||||
[--custom-aia-urls=[CUSTOM_AIA_URLS,...]]
|
||||
[--custom-cdp-urls=[CUSTOM_CDP_URLS,...]] [--dns-san=[DNS_SAN,...]]
|
||||
[--email-san=[EMAIL_SAN,...]] [--from-ca=FROM_CA]
|
||||
[--ip-san=[IP_SAN,...]] [--issuer-ca=ISSUER_CA]
|
||||
[--labels=[KEY=VALUE,...]] [--subject=[SUBJECT,...]]
|
||||
|
|
@ -164,6 +166,16 @@ OPTIONAL FLAGS
|
|||
certificates and CRLs for CAs in this pool. If omitted, a new bucket
|
||||
will be created and managed by the service on your behalf.
|
||||
|
||||
--custom-aia-urls=[CUSTOM_AIA_URLS,...]
|
||||
One or more comma-separated URLs that will be added to the Authority
|
||||
Information Access extension in the issued certificate. These URLs are
|
||||
where the issuer CA certificate is located.
|
||||
|
||||
--custom-cdp-urls=[CUSTOM_CDP_URLS,...]
|
||||
One or more comma-separated URLs that will be added to the CRL
|
||||
Distribution Points (CDP) extension in the issued certificate. These
|
||||
URLs are where CRL information is located.
|
||||
|
||||
--dns-san=[DNS_SAN,...]
|
||||
One or more comma-separated DNS Subject Alternative Names.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue