Creates a KMS Key
Creates a KMS Key.
stackit beta kms key create [flags]
Create a Symmetric KMS Key
$ stakit beta kms key create --key-ring "my-keyring-id" --algorithm "rsa_2048_oaep_sha256" --name "my-key-name" --purpose "symmetric_encrypt_decrypt"
Create a Message Authentication KMS Key
$ stakit beta kms key create --key-ring "my-keyring-id" --algorithm "hmac_sha512" --name "my-key-name" --purpose "message_authentication_code"
--algorithm string En-/Decryption / signing algorithm
--backend string The backend that is responsible for maintaining this key (default "software")
--description string Optinal description of the Key
-h, --help Help for "stackit beta kms key create"
--import-only States whether versions can be created or only imported
--key-ring string ID of the KMS Key Ring
--name string The display name to distinguish multiple keys
--purpose string Purpose of the Key. Enum: 'symmetric_encrypt_decrypt', 'asymmetric_encrypt_decrypt', 'message_authentication_code', 'asymmetric_sign_verify'
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
- stackit beta kms key - Manage KMS Keys