@@ -43,6 +43,8 @@ scw keymanager key create [arg=value ...]
4343| project-id | | Project ID to use. If none is passed the default project ID will be used |
4444| name | | (Optional) Name of the key |
4545| usage.symmetric-encryption | One of: ` unknown_symmetric_encryption ` , ` aes_256_gcm ` | Algorithm used to encrypt and decrypt arbitrary payloads. |
46+ | usage.asymmetric-encryption | One of: ` unknown_asymmetric_encryption ` , ` rsa_oaep_2048_sha256 ` , ` rsa_oaep_3072_sha256 ` , ` rsa_oaep_4096_sha256 ` | |
47+ | usage.asymmetric-signing | One of: ` unknown_asymmetric_signing ` , ` ec_p256_sha256 ` , ` ec_p384_sha384 ` , ` rsa_pss_2048_sha256 ` , ` rsa_pss_3072_sha256 ` , ` rsa_pss_4096_sha256 ` , ` rsa_pkcs1_2048_sha256 ` , ` rsa_pkcs1_3072_sha256 ` , ` rsa_pkcs1_4096_sha256 ` | |
4648| description | | (Optional) Description of the key |
4749| tags.{index} | | (Optional) List of the key's tags |
4850| rotation-policy.rotation-period | | Rotation period |
@@ -68,7 +70,7 @@ scw keymanager key decrypt <key-id ...> [arg=value ...]
6870
6971| Name | | Description |
7072| ------| ---| -------------|
71- | key-id | Required | ID of the key to decrypt |
73+ | key-id | Required | ID of the key to decrypt with |
7274| ciphertext | Required | Base64 Ciphertext data to decrypt |
7375| associated-data | | (Optional) Additional authenticated data |
7476| region | Default: ` fr-par ` <br />One of: ` fr-par ` , ` nl-ams ` , ` pl-waw ` | Region to target. If none is passed will use default region from the config |
@@ -170,7 +172,7 @@ scw keymanager key encrypt <key-id ...> [arg=value ...]
170172
171173| Name | | Description |
172174| ------| ---| -------------|
173- | key-id | Required | ID of the key to encrypt |
175+ | key-id | Required | ID of the key to use for encryption |
174176| plaintext | Required | Base64 Plaintext data to encrypt |
175177| associated-data | | (Optional) Additional authenticated data |
176178| region | Default: ` fr-par ` <br />One of: ` fr-par ` , ` nl-ams ` , ` pl-waw ` | Region to target. If none is passed will use default region from the config |
0 commit comments