1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-10 03:16:46 +00:00

gcloud: Wed Dec 11 10:18:23 UTC 2024

This commit is contained in:
Automated 2024-12-11 10:18:23 +00:00
parent ad2752c6c9
commit ec6dc40f99
493 changed files with 17655 additions and 1753 deletions

View file

@ -0,0 +1,38 @@
NAME
gcloud sql ssl server-certs - provide commands for managing server
certificates of Cloud SQL instances
SYNOPSIS
gcloud sql ssl server-certs COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Provide commands for managing server certificates of Cloud SQL instances,
including creating, listing, rotating in, and rolling back certificates.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
create
Create a server certificate for a Cloud SQL instance.
list
List all server certificates for a Cloud SQL instance.
rollback
Roll back to the previous server certificate for a Cloud SQL instance.
rotate
Rotate in the upcoming server certificate for a Cloud SQL instance.
NOTES
These variants are also available:
$ gcloud alpha sql ssl server-certs
$ gcloud beta sql ssl server-certs