如何在 AWS KMS 中存储自定义密钥
How to store a custom key in AWS KMS
我在我的机器上使用 open ssl 在本地生成非对称密钥。我想将此密钥存储在 AWS KMS 中。有可能实现吗?
来自Importing key material in AWS Key Management Service (AWS KMS) - AWS Key Management Service:
Imported key material is supported only for symmetric CMKs in AWS KMS key stores. It is not supported on asymmetric CMKs or CMKs in custom key stores.
因此,您似乎无法将非对称密钥导入 AWS KMS。
我在我的机器上使用 open ssl 在本地生成非对称密钥。我想将此密钥存储在 AWS KMS 中。有可能实现吗?
来自Importing key material in AWS Key Management Service (AWS KMS) - AWS Key Management Service:
Imported key material is supported only for symmetric CMKs in AWS KMS key stores. It is not supported on asymmetric CMKs or CMKs in custom key stores.
因此,您似乎无法将非对称密钥导入 AWS KMS。