mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
53 lines
1.2 KiB
Text
53 lines
1.2 KiB
Text
NAME
|
|
gcloud privateca subordinates - manage subordinate certificate authorities
|
|
|
|
SYNOPSIS
|
|
gcloud privateca subordinates COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Manage subordinate certificate authorities.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
activate
|
|
Activate a subordinate certificate authority awaiting user activation.
|
|
|
|
create
|
|
Create a new subordinate certificate authority.
|
|
|
|
delete
|
|
Delete a subordinate certificate authority.
|
|
|
|
describe
|
|
Get metadata for a subordinate certificate authority.
|
|
|
|
disable
|
|
Disable a subordinate certificate authority.
|
|
|
|
enable
|
|
Enable a subordinate certificate authority.
|
|
|
|
get-csr
|
|
Get the CSR for a subordinate certificate authority that has not yet
|
|
been activated.
|
|
|
|
list
|
|
List subordinate certificate authorities.
|
|
|
|
undelete
|
|
Undelete a subordinate certificate authority.
|
|
|
|
update
|
|
Update an existing subordinate certificate authority.
|
|
|
|
NOTES
|
|
This variant is also available:
|
|
|
|
$ gcloud beta privateca subordinates
|
|
|