How To Download =link= Public Certificate From Aws Certificate Manager May 2026
In the view, select the checkbox for the certificate you want to download. Choose Export from the More actions dropdown menu. Enter and confirm a passphrase to encrypt the private key. Choose Export to download the three components: Certificate body : Your public certificate file.
For years, AWS Certificate Manager (ACM) prevented users from downloading public certificates to ensure private keys never left the secure AWS environment. However, AWS now supports , allowing you to download the certificate body, chain, and private key for use on EC2 instances, on-premises servers, or other cloud providers. How to Download a Public Certificate from ACM Method 1: Using the AWS Management Console
You can use the export-certificate command to retrieve the certificate files directly to your terminal. In the view, select the checkbox for the
: Your secret key, encrypted with the passphrase you provided. Method 2: Using the AWS CLI
: Intermediate certificates required for trust. Choose Export to download the three components: Certificate
: The passphrase must be provided to encrypt the private key during the transfer. Crucial Limitations & Prerequisites Export an AWS Certificate Manager public certificate
If you have an certificate (created after June 17, 2025, with exports enabled), follow these steps: Sign in to the AWS Certificate Manager Console. How to Download a Public Certificate from ACM
aws acm export-certificate --certificate-arn arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012 --passphrase file://passphrase.txt Use code with caution.