Tuesday 23 May 2017

Generating .pem from AWS ACM Certificate

I intend on using an AWS Certificate Manager (ACM)-generated SSL certificate on my load balancer (in front of a Node.js app cluster). The APIs would be in turn called by an iOS app, for which I would apparently need to put in my resources as a .der file.

However, to convert to a .der (using the command openssl x509 -inform PEM -outform DER -in cert.pem -out cert.der), I need the corresponding .pem file for the certificate. How do I go about generating the same? I couldn't find anything in the ACM documentation to help with the same....

Appreciate your help...



via vikram17000

No comments:

Post a Comment