mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 13:10:18 +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
|
|
@ -15,8 +15,7 @@ EXAMPLES
|
|||
fellowship keyring, and global location and sets it as the primary version:
|
||||
|
||||
$ gcloud alpha kms keys versions create --location=global \
|
||||
--keyring=fellowship \
|
||||
--key=frodo --primary
|
||||
--keyring=fellowship --key=frodo --primary
|
||||
|
||||
The following command creates a new version within the legolas key,
|
||||
fellowship keyring, us-central1 location,
|
||||
|
|
@ -24,8 +23,7 @@ EXAMPLES
|
|||
and sets it as the key's primary version:
|
||||
|
||||
$ gcloud alpha kms keys versions create --location=us-central1 \
|
||||
--keyring=fellowship \
|
||||
--key=legolas \
|
||||
--keyring=fellowship --key=legolas \
|
||||
--external-key-uri=https://example.kms/v0/some/key/path \
|
||||
--primary
|
||||
|
||||
|
|
@ -35,10 +33,8 @@ EXAMPLES
|
|||
version:
|
||||
|
||||
$ gcloud alpha kms keys versions create --location=us-central1 \
|
||||
--keyring=fellowship \
|
||||
--key=bilbo \
|
||||
--ekm-connection-key-path=v0/some/key/path \
|
||||
--primary
|
||||
--keyring=fellowship --key=bilbo \
|
||||
--ekm-connection-key-path=v0/some/key/path --primary
|
||||
|
||||
FLAGS
|
||||
--ekm-connection-key-path=EKM_CONNECTION_KEY_PATH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue