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

  1. 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.
  2. Import a Certificate
    Click the Import a certificate button.
  3. Paste Certificate Body
    Open certificate.crt with a text editor. Copy its full contents and paste them into the Certificate body text field.
  4. Paste Certificate Private Key
    Open private.key with a text editor. Copy its full contents and paste them into the Certificate private key text field.
  5. Paste Certificate Chain
    Open ca_bundle.crt with a text editor. Copy its full contents and paste them into the Certificate chain text field.
  6. Review and Import
    Click Review and import, confirm the details are correct, and then click Import.
  7. 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.