HTTP Request LEGO (K8s)
- Canonical Telco
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 99 | 28 Aug 2024 | |
latest/candidate | 99 | 28 Aug 2024 | |
latest/beta | 99 | 28 Aug 2024 | |
latest/edge | 101 | 02 Oct 2024 |
juju deploy httprequest-lego-k8s
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
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.