Install SSL on Amazon Web Services
Follow these steps to import your EchoSSL certificate into AWS Certificate Manager (ACM) for use with services like Elastic Load Balancer (ELB) or CloudFront.
Prerequisites
Before you begin, extract your certificate files (certificate.crt
, private.key
, ca_bundle.crt
) from the ZIP file provided by EchoSSL.
Step-by-Step Installation
-
Go to AWS Certificate Manager (ACM)
Log in to your AWS Management Console and navigate to the Certificate Manager service. Ensure you are in the correct AWS region. -
Import a Certificate
Click the Import a certificate button. -
Paste Certificate Body
Opencertificate.crt
with a text editor. Copy its full contents and paste them into the Certificate body text field. -
Paste Certificate Private Key
Openprivate.key
with a text editor. Copy its full contents and paste them into the Certificate private key text field. -
Paste Certificate Chain
Openca_bundle.crt
with a text editor. Copy its full contents and paste them into the Certificate chain text field. -
Review and Import
Click Review and import, confirm the details are correct, and then click Import. -
Associate with an AWS Service
Once imported, your certificate is ready to be used. Navigate to the service you wish to secure (e.g., Load Balancer, CloudFront, API Gateway) and select the imported certificate in its listener or distribution settings.
Verify the Installation
After associating the certificate with your AWS service, check the domain's SSL configuration with our free SSL Certificate Checker to ensure a secure and trusted setup.
Success! Your AWS-hosted application is now running securely over HTTPS.