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:
parent
ad2752c6c9
commit
ec6dc40f99
493 changed files with 17655 additions and 1753 deletions
35
gcloud/sql/ssl/server-certs/create
Normal file
35
gcloud/sql/ssl/server-certs/create
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
NAME
|
||||
gcloud sql ssl server-certs create - create a server certificate for a
|
||||
Cloud SQL instance
|
||||
|
||||
SYNOPSIS
|
||||
gcloud sql ssl server-certs create --instance=INSTANCE, -i INSTANCE
|
||||
[--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create a server certificate for a Cloud SQL instance.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--instance=INSTANCE, -i INSTANCE
|
||||
Cloud SQL instance ID.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
||||
$ gcloud alpha sql ssl server-certs create
|
||||
|
||||
$ gcloud beta sql ssl server-certs create
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue