2022-03-01 04:29:52 +00:00
|
|
|
NAME
|
|
|
|
|
gcloud sql ssl - provide commands for managing SSL certificates of Cloud
|
|
|
|
|
SQL instances
|
|
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
|
gcloud sql ssl GROUP [GCLOUD_WIDE_FLAG ...]
|
|
|
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
|
Provide commands for managing client certs and server CA certs of Cloud SQL
|
|
|
|
|
instances.
|
|
|
|
|
|
|
|
|
|
GCLOUD WIDE FLAGS
|
|
|
|
|
These flags are available to all commands: --help.
|
|
|
|
|
|
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
|
|
|
|
|
|
GROUPS
|
|
|
|
|
GROUP is one of the following:
|
|
|
|
|
|
|
|
|
|
client-certs
|
|
|
|
|
Provide commands for managing client certificates of Cloud SQL
|
|
|
|
|
instances.
|
|
|
|
|
|
2024-10-02 09:51:07 +00:00
|
|
|
server-ca-certs
|
|
|
|
|
Provide commands for managing server CA certs of Cloud SQL instances.
|
|
|
|
|
|
2024-12-11 10:18:23 +00:00
|
|
|
server-certs
|
|
|
|
|
Provide commands for managing server certificates of Cloud SQL
|
|
|
|
|
instances.
|
|
|
|
|
|
2022-03-01 04:29:52 +00:00
|
|
|
NOTES
|
|
|
|
|
These variants are also available:
|
|
|
|
|
|
|
|
|
|
$ gcloud alpha sql ssl
|
|
|
|
|
|
|
|
|
|
$ gcloud beta sql ssl
|
|
|
|
|
|