Skip to content

AWS Certificate Manager (ACM)

This page lists various activites that may be necessary to perform when leveraging Zappa

Request a Certificate

ACM provides digital certificates for free but the certificates can only be used with Elastic Load Balancing and Amazon CloudFront.

Warning

To use ACM with Zappa, you must create or import the certificate in the US East (N. Virginia) (us-east-1). See AWS documentation for more details.

  1. Navigate to the ACM Console and click Request a Certificate
  2. In 'Add a Domain name' enter Step 1: Add a Domain name

    Note that we entered both the 'www' subdomain and the apex of the domain. This allows users to leverage either url and have it covered with a single certificate. More info can be found in the AWS ACM documentation on Requesting a Certificate

    Warning

    Carefully consider which domains shall be covered by this certificate because once it is validated, you cannot modify the list of domains. Any changes will require a new certificate to be issued.

  3. Select validation method ACM needs a way to confirm that you own the domain. So you must select either DNS Validation or Email validation.

  4. Click on Review and Request

    You should see a confirmation message similar to the image below (showing email validation): Step 3: Confirm

  5. Email validation

    If you chose email method of domain ownership validation, an email is sent to the registered contact address in the WHOIS for the domain.
    In addition, a few select email addresses are also included. Full validation rules are posted in ACM Documentation.

    1. Check your email for validation links

      You should receive at least one email for each domain you entered. You may actually get multiple email addresses because sometimes registered emails are duplicated for Techincal or Administrative contacts in the WHOIS information. The emails should be similar to: ACM Validation Email

    2. Click on all the validation links

      You must click on the validation link for every domain name included in step 2 above. The digital certificate will not be issued until all domains have been verified. ACM Validation 1 And then: ACM Validation 2

  6. Record the ARN for the digital certificate

    You will use the ARN for other purposes. The ARN is displayed on the verification page but also in the details page for the certificate in the ACM console.