How to add a TXT record to configure Let's Encrypt certificate

While creating the Let’s Encrypt certificate over DNS challenge method, you have to add a specific TXT record to your DNS zone to ensure the certificate validation. If your zone is hosted in Edge DNS, follow the steps described next.


  1. Follow the general steps described in the How to add records guide.
  2. In Name, provide the new record’s name required by the Let’s Encrypt certification request, such as the Certbot tool, in a string format. Limited to 100 characters. Example: _acme-challenge.<YOUR_DOMAIN>.
  3. In the Record Type dropdown menu, select TXT.
  4. In Value, input the value for the ACME challenge provided by the Let’s Encrypt provider. Example: ekgH9kW242Vbt99P27agtr07I09iLsiZZx.
  5. In TTL (seconds), choose the time, in seconds, a response can be cached for on a resolver server. Maximum value: 2147483647.
  6. Click the Save button.


Contributors