mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-12 16:08:31 +00:00
gcloud: Wed Feb 12 10:41:39 UTC 2025
This commit is contained in:
parent
c854ee0644
commit
44f319c56c
119 changed files with 5956 additions and 337 deletions
|
|
@ -58,6 +58,8 @@ SYNOPSIS
|
|||
[--authorized-gae-apps=APP,[APP,...] | --clear-gae-apps]
|
||||
[--authorized-networks=NETWORK,[NETWORK,...]
|
||||
| --clear-authorized-networks]
|
||||
[--clear-custom-subject-alternative-names
|
||||
| --custom-subject-alternative-names=DNS,[DNS,[DNS]]]
|
||||
[--clear-database-flags | --database-flags=FLAG=VALUE,[FLAG=VALUE,...]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]]
|
||||
[--clear-psc-auto-connections
|
||||
|
|
@ -485,6 +487,20 @@ FLAGS
|
|||
Clear the list of external networks that are allowed to connect to
|
||||
the instance.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-custom-subject-alternative-names
|
||||
This clears the customer specified DNS names.
|
||||
|
||||
--custom-subject-alternative-names=DNS,[DNS,[DNS]]
|
||||
A comma-separated list of DNS names to add to the instance's SSL
|
||||
certificate. A custom SAN is a structured way to add additional DNS
|
||||
names (host names) that are not managed by Cloud SQL to an instance.
|
||||
It allows for hostname verification during establishment of a
|
||||
database connection using the DNS name over SSL/TLS. When you create
|
||||
and/or update an instance, you can add a comma-separated list of up
|
||||
to three DNS names to the server certificate of your instance.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-database-flags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue