mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
41 lines
864 B
Text
41 lines
864 B
Text
NAME
|
|
gcloud beta privateca certificates - manage certificates
|
|
|
|
SYNOPSIS
|
|
gcloud beta privateca certificates COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) Manage 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
|
|
(BETA) Create a new certificate.
|
|
|
|
describe
|
|
(BETA) Get metadata for a certificate.
|
|
|
|
export
|
|
(BETA) Export a pem-encoded certificate to a file.
|
|
|
|
list
|
|
(BETA) List certificates within a project.
|
|
|
|
revoke
|
|
(BETA) Revoke a certificate.
|
|
|
|
update
|
|
(BETA) Update an existing certificate.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. This
|
|
variant is also available:
|
|
|
|
$ gcloud privateca certificates
|
|
|