-
Create the target key ring.
|
›_ Console |
|---|
|
Google Cloud Keyring creation
-
Create the target key.
-
Set the key's purpose:
-
For a symmetric key, set the purpose to "encryption".
-
For an asymmetric key, set the purpose to either "asymmetric-signing" or "asymmetric-encryption".
-
-
Prevent an initial version from being created by using the
--skip-initial-version-creationflag. -
Do not set the protection level.
-
Do not specify an algorithm for the target key. Specify the algorithm of the imported key as a part of the import request.
-
|
›_ Console |
|---|
|
Creating imported key
For the imported keys, automatic rotation is disabled by default. If you enable automatic rotation, new key versions will be generated in the Cloud KMS, and the imported key version will no longer be the default key version after a rotation.