11## stackit beta kms key create
22
3- Creates a KMS Key
3+ Creates a KMS key
44
55### Synopsis
66
7- Creates a KMS Key .
7+ Creates a KMS key .
88
99```
1010stackit beta kms key create [flags]
@@ -13,23 +13,23 @@ stackit beta kms key create [flags]
1313### Examples
1414
1515```
16- Create a Symmetric KMS Key
17- $ stakit beta kms key create --key-ring "my-keyring-id" --algorithm "rsa_2048_oaep_sha256" --name "my-key-name" --purpose "symmetric_encrypt_decrypt"
16+ Create a Symmetric KMS key
17+ $ stackit beta kms key create --key-ring "my-keyring-id" --algorithm "rsa_2048_oaep_sha256" --name "my-key-name" --purpose "symmetric_encrypt_decrypt"
1818
19- Create a Message Authentication KMS Key
20- $ stakit beta kms key create --key-ring "my-keyring-id" --algorithm "hmac_sha512" --name "my-key-name" --purpose "message_authentication_code"
19+ Create a Message Authentication KMS key
20+ $ stackit beta kms key create --key-ring "my-keyring-id" --algorithm "hmac_sha512" --name "my-key-name" --purpose "message_authentication_code"
2121```
2222
2323### Options
2424
2525```
2626 --algorithm string En-/Decryption / signing algorithm
27- --description string Optinal description of the Key
27+ --description string Optional description of the key
2828 -h, --help Help for "stackit beta kms key create"
2929 --import-only States whether versions can be created or only imported
30- --key-ring string ID of the KMS Key Ring
30+ --key-ring string ID of the KMS key ring
3131 --name string The display name to distinguish multiple keys
32- --purpose string Purpose of the Key . Enum: 'symmetric_encrypt_decrypt', 'asymmetric_encrypt_decrypt', 'message_authentication_code', 'asymmetric_sign_verify'
32+ --purpose string Purpose of the key . Enum: 'symmetric_encrypt_decrypt', 'asymmetric_encrypt_decrypt', 'message_authentication_code', 'asymmetric_sign_verify'
3333```
3434
3535### Options inherited from parent commands
0 commit comments