mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Jul 13 09:59:37 UTC 2022
This commit is contained in:
parent
cf5ab60e4a
commit
879929cbc6
323 changed files with 7203 additions and 4178 deletions
|
|
@ -6,9 +6,8 @@ SYNOPSIS
|
|||
gcloud kms keys versions import --algorithm=ALGORITHM
|
||||
--import-job=IMPORT_JOB [--key=KEY] [--keyring=KEYRING]
|
||||
[--location=LOCATION] [--public-key-file=PUBLIC_KEY_FILE]
|
||||
[--rsa-aes-wrapped-key-file=RSA_AES_WRAPPED_KEY_FILE]
|
||||
[--target-key-file=TARGET_KEY_FILE] [--version=VERSION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--wrapped-key-file=WRAPPED_KEY_FILE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Imports wrapped key material into a new version within an existing crypto
|
||||
|
|
@ -24,7 +23,7 @@ EXAMPLES
|
|||
|
||||
$ gcloud kms keys versions import --location=global \
|
||||
--keyring=fellowship --key=frodo --import-job=strider \
|
||||
--rsa-aes-wrapped-key-file=path/to/target/key \
|
||||
--wrapped-key-file=path/to/target/key \
|
||||
--algorithm=google-symmetric-encryption
|
||||
|
||||
REQUIRED FLAGS
|
||||
|
|
@ -58,20 +57,20 @@ OPTIONAL FLAGS
|
|||
Location of the keyring.
|
||||
|
||||
--public-key-file=PUBLIC_KEY_FILE
|
||||
Optional path to the public key of the ImportJob, used to wrap the key
|
||||
for import. If missing, the public key will be fetched on your behalf.
|
||||
|
||||
--rsa-aes-wrapped-key-file=RSA_AES_WRAPPED_KEY_FILE
|
||||
Path to the wrapped RSA AES key file to import.
|
||||
Path to the public key of the ImportJob, used to wrap the key for
|
||||
import. If missing, the public key will be fetched on your behalf.
|
||||
|
||||
--target-key-file=TARGET_KEY_FILE
|
||||
Optional path to the unwrapped target key to import into a Cloud KMS
|
||||
key version. If specified, the key will be securely wrapped before
|
||||
Path to the unwrapped target key to import into a Cloud KMS key
|
||||
version. If specified, the key will be securely wrapped before
|
||||
transmission to Google.
|
||||
|
||||
--version=VERSION
|
||||
Version to re-import into. Omit this field for first-time import.
|
||||
|
||||
--wrapped-key-file=WRAPPED_KEY_FILE
|
||||
Path to the RSA/RSA+AES wrapped key file to import.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue