Skip to content

Can I use ACM to export a private key?

1 minute read
0

I want to know if I can use AWS Certificate Manager (ACM) to export a certificate's private key.

Resolution

You can export AWS Private Certificate Authority issued private certificates that have encrypted private keys. You can also use ACM exportable public certificates.

If you require a certificate for an AWS service that ACM doesn't support, then you can export your public certificates from ACM. For ACM integrated services, you can use your certificates without exporting them. You can also import third-party issued TLS/SSL certificates to ACM for centralized management across all your AWS services.

Related information

AWS Certificate Manager public certificate characteristics and limitations

Security for certificate private keys

Why can't I import a third-party public SSL/TLS certificate into ACM?

How do I use the ACM console to request a private certificate when the AWS Private CA validity is less than 13 months?

AWS Certificate Manager FAQs

AWS OFFICIALUpdated 3 months ago