LEGO

  • Canonical Telco
Channel Revision Published Runs on
4/beta 15 08 Oct 2024
Ubuntu 22.04
4/edge 19 Today
Ubuntu 22.04
4/edge 18 Today
Ubuntu 22.04
juju deploy lego --channel 4/beta
Show information

Platform:

Ubuntu
22.04

The ACME DNS-01 Challenge

The DNS-01 Challenge is utilised by the ACME Certificate Authorities like Let’s Encrypt so the users can prove that they control the DNS of the Domain Name they are requesting the certificate for.

It does that by asking the user to put a specific value in a TXT record under that domain name. The ACME client will get a token from the server and create a TXT record derived from that token and place it at _acme_challenge.<Domain Name>, then the ACME server will query the DNS system for that record.

Read more about the DNS-01 challenge here.


Help improve this document in the forum (guidelines). Last updated 6 months ago.