mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
41 lines
1.1 KiB
Text
41 lines
1.1 KiB
Text
NAME
|
|
gcloud alpha sql ssl - provide commands for managing SSL certificates of
|
|
Cloud SQL instances
|
|
|
|
SYNOPSIS
|
|
gcloud alpha sql ssl GROUP [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) 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
|
|
(ALPHA) Provide commands for managing client certificates of Cloud SQL
|
|
instances.
|
|
|
|
server-ca-certs
|
|
(ALPHA) Provide commands for managing server CA certs of Cloud SQL
|
|
instances.
|
|
|
|
server-certs
|
|
(ALPHA) Provide commands for managing server certificates of Cloud SQL
|
|
instances.
|
|
|
|
NOTES
|
|
This command is currently in alpha and might change without notice. If this
|
|
command fails with API permission errors despite specifying the correct
|
|
project, you might be trying to access an API with an invitation-only early
|
|
access allowlist. These variants are also available:
|
|
|
|
$ gcloud sql ssl
|
|
|
|
$ gcloud beta sql ssl
|
|
|