mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Mar 16 08:47:18 UTC 2022
This commit is contained in:
parent
7d82d0fc32
commit
971306823a
187 changed files with 3248 additions and 630 deletions
|
|
@ -23,17 +23,17 @@ EXAMPLES
|
|||
|
||||
$ gcloud privateca roots create prod-root --location=us-west1 \
|
||||
--pool=my-pool \
|
||||
--kms-key-version="projects/joonix-pki/locations/us-west1/keyRin\
|
||||
gs/kr1/cryptoKeys/k1/cryptoKeyVersions/1" \
|
||||
--subject="CN=Joonix Production Root CA, O=Google" \
|
||||
--kms-key-version="projects/my-project-pki/locations/us-west1/ke\
|
||||
yRings/kr1/cryptoKeys/k1/cryptoKeyVersions/1" \
|
||||
--subject="CN=Example Production Root CA, O=Google" \
|
||||
--max-chain-length=1
|
||||
|
||||
To create a root CA that is based on an existing CA:
|
||||
|
||||
$ gcloud privateca roots create prod-root --location=us-west1 \
|
||||
--pool=my-pool \
|
||||
--kms-key-version="projects/joonix-pki/locations/us-west1/keyRin\
|
||||
gs/kr1/cryptoKeys/k1/cryptoKeyVersions/1" --from-ca=source-root
|
||||
--kms-key-version="projects/my-project-pki/locations/us-west1/ke\
|
||||
yRings/kr1/cryptoKeys/k1/cryptoKeyVersions/1" --from-ca=source-root
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Certificate Authority resource - The name of the root CA to create. The
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue