mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Tue Mar 1 21:43:54 UTC 2022
This commit is contained in:
parent
c1c3b75313
commit
21878eea72
1018 changed files with 4838 additions and 3409 deletions
|
|
@ -11,19 +11,18 @@ EXAMPLES
|
|||
To create a CA pool in the dev ops tier:
|
||||
|
||||
$ gcloud privateca pools create my-pool --location=us-west1 \
|
||||
--tier=devops
|
||||
--tier=devops
|
||||
|
||||
To create a CA pool and restrict what it can issue:
|
||||
|
||||
$ gcloud privateca pools create my-pool --location=us-west1 \
|
||||
--issuance-policy=policy.yaml
|
||||
--issuance-policy=policy.yaml
|
||||
|
||||
To create a CA pool that doesn't publicly publish CA certificates and CRLs:
|
||||
|
||||
$ gcloud privateca pools create my-pool --location=us-west1 \
|
||||
--issuance-policy=policy.yaml \
|
||||
--no-publish-ca-cert \
|
||||
--no-publish-crl
|
||||
--issuance-policy=policy.yaml --no-publish-ca-cert \
|
||||
--no-publish-crl
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
CA POOL resource - The ca pool to create. The arguments in this group can
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue