Skip to main content

Issue with Let's Encrypt

Let's Encrypt issues free DV certificates in an automated way via the ACME v2 protocol.


Prerequisites

  • Access with ADMIN or OPERATOR role
  • Publicly accessible domain (for HTTP validation) or access to the DNS zone (for manual DNS validation)
  • For automatic DNS validation: AWS integration with Route 53 configured

Step 1 — Configure the Let's Encrypt integration

  1. Go to Integrations in the sidebar menu
  2. Find the Let's Encrypt card and click + Configure
  3. Fill in the fields:
    • Name — e.g.: letsencrypt-production
    • Email — will receive notifications from Let's Encrypt about the account
    • Account typeStaging for testing or Production for real certificates
  4. Click Create
  5. Click Check Status to confirm the connection is working
Use Staging first

The Staging environment has no request limits and does not issue certificates trusted by browsers. Ideal for testing the flow before using Production.


Step 2 — CSR Step 2: CA and Configuration

  1. Under Certificate Authority, select Let's Encrypt (Automated issuance)
  2. Under Let's Encrypt Account, choose the account registered in Step 1
  3. Choose the validation method:
MethodWhen to use
HTTP ChallengeYou have access to the domain's web server
DNS Challenge (Manual)You have access to the domain's DNS zone
DNS Auto-Validation (Route 53) — ManualYou have Route 53 integration but want to create the record manually
DNS Auto-Validation (Route 53) — AutomaticThe CLM creates and manages the DNS records automatically

Step 3 — Validate the domain

The process varies depending on the method chosen:

  1. Copy the token generated by the CLM
  2. Create a file on the server at the indicated path:
    /.well-known/acme-challenge/<token>
  3. Paste the generated content as the file's content
  4. Confirm that the file is publicly accessible
  5. Click Verify & Issue Certificate

Step 4 — Certificate issued

After validation, the certificate appears under Certificates with status Valid. From there you can download it, set up automatic renewal, or link it to a Store.