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