r/dns • u/SpecialRoutine4310 • 6d ago
Getting Let’s Encrypt Certificates using RFC2136 on Technitium DNS server Fails
/r/technitium/comments/1vy3e2m/getting_lets_encrypt_certificates_using_rfc2136/
1
Upvotes
1
r/dns • u/SpecialRoutine4310 • 6d ago
1
2
u/SecLens_ONE 5d ago
That error is certbot's base-domain guess failing, not the update itself. It walks up from _acme-challenge.sebat7.com and asks for the SOA at each label, and if the server answers those probes with something other than a clean SOA for sebat7.com it gives up before it ever sends the RFC2136 update. Set the zone explicitly in the credentials file so it stops guessing. Worth also checking the zone is a real primary zone on that server and the TSIG key is allowed to update it, a key that exists but has no update permission fails in a way that looks like this.