skip to Main Content

i’m trying to use the private CA generated on AWS ACM but i dont know what to do with Certificate.pem and CertificateChain.pem that is generated.

edit: See my answer below.

2

Answers


  1. Chosen as BEST ANSWER

    To whoever see this on future:

    AWS ACM Private CA doesn't support exporting private key, since it only works inside aws ecosystem.

    If you want to use a SSL certificate on another host, you need to use another provider.


  2. For importing the private key, you need to generate one from your end first, create a csr & private key before you ask for ssl certificate to the provider. Once you have the private key, you can import all three (private key, certificate & certificate chain body) to AWS ACM.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search