How to store a password protected .pfx file in AWS Certificate Manager? By 'password protected', I mean I have a big string (binary of the pfx certificate) which I can save in a file with the extension .pfx. I will be able to install that .pfx certificate in my local machine only if I provide the password.
What will be the
- certificate body
- certificate private key and
- certificate chain?
Is AWS Certificate Manager (ACM) the only place to store this .pfx certificate? Can I store the original pfx string in AWS Systems Manager Params Store?