mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
40 lines
739 B
Text
40 lines
739 B
Text
NAME
|
|
gcloud privateca certificates - manage certificates
|
|
|
|
SYNOPSIS
|
|
gcloud privateca certificates COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
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
|
|
Create a new certificate.
|
|
|
|
describe
|
|
Get metadata for a certificate.
|
|
|
|
export
|
|
Export a pem-encoded certificate to a file.
|
|
|
|
list
|
|
List certificates within a project.
|
|
|
|
revoke
|
|
Revoke a certificate.
|
|
|
|
update
|
|
Update an existing certificate.
|
|
|
|
NOTES
|
|
This variant is also available:
|
|
|
|
$ gcloud beta privateca certificates
|
|
|