abdoo_salem
abdoo_salem

Reputation: 332

How to store a custom key in AWS KMS

I'm using open ssl to generate an asymmetric key locally in my machine. I want to store this key in AWS KMS. Is there a possibility to achieve that?

Upvotes: 0

Views: 219

Answers (1)

John Rotenstein
John Rotenstein

Reputation: 270104

From 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.

So, it seems that you cannot import an asymmetric key into AWS KMS.

Upvotes: 1

Related Questions