DEV Community

Discussion on: How do you store private keys?

Collapse
 
welshprogrammer profile image
WelshProgrammer • Edited

I am using AWS Secrets Manager (AWS Systems Manager) for some systems.
I have also used KMS encryption keys for storing them in S3 for systems running on ECS which can decrypt them with IAM Role access to the KMS keys.