Moving ACME challenges for Let's Encrypt to DNS-01 method?

Protected

Verified User
Joined
Oct 29, 2006
Messages
82
Hey all. Could someone please lightly nudge me toward where I can learn about the current most hassle-free method for using DNS-01 challenges during Let's Encrypt certificate renewal? Thank you in advance.
 
Hey all. Could someone please lightly nudge me toward where I can learn about the current most hassle-free method for using DNS-01 challenges during Let's Encrypt certificate renewal? Thank you in advance.
If I remember correctly, the DNS-01 challenge relies on you having the domain's nameservers (and possibly glue) pointing to the server you're trying to issue a certificate for. You must also have DNS setup on the same server. This will aid you in getting a wildcard certificate for the domain in question.

Also, very important is you have an A record created for the servername/hostname. For example if your server is called "fred" you would need an A record created for "fred.yourdomain.com". This can also cause ACME to refuse to issue a cert if it's absent.

If you have the DNS setup on another server/registrar and only point nameservers or A record to the server you're trying to add SSL to, I believe you're only able to add specific records like www.domain.con, domain.com, mail.domain.com etc...

Once setup, it should auto renew every 3 months.
 
Correct. Unless you can use LEGO with your registrar.
Yes, but that requires you to manually create the certificate in Certbot CLI iirc, by manually creating a TXT record that it gives you in the process. Not sure if that's auto renewable or not, I can't remember as I've only used it once or twice a few years back for a project. LE on DA is auto (for simplicity for users i'm guessing)
 
but that requires you to manually create the certificate in Certbot CLI iirc, by manually creating a TXT record that it gives you in the process.
Maybe long time ago you did this? Or did I miss something? As far as I know you only need an access token from the registrar.
can also work with autossl.
 
Back
Top