mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 12:55:48 +03:00
[GH-ISSUE #69] txt record contains dot char . will update fail #26
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kuyagic on GitHub (Apr 9, 2018).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/69
CA need the txt record contains the dot char ,but acme-dns returns bad_txt
using auth.acme-dns.io for reproduce this error
Thank you
@joohoi commented on GitHub (Apr 9, 2018):
Are you validating against non-ACME CA? If so, could you link me to the specs so I could modify the code accordingly.
When it comes to Let's Encrypt, or other CAs implementing ACME protocol, the challenge tokens for DNS validation use only characters in base64url character set, which does not include dot.
Relevant documentation here: https://tools.ietf.org/html/draft-ietf-acme-acme-11#section-8.4
And the base64url alphabet: https://tools.ietf.org/html/rfc4648#section-5
@mshafer1 commented on GitHub (Dec 24, 2025):
7 years later, I'm running into this again (new for me, but same issue).
I'm using Let's Encrypt with certbot...
A particular domain I'm trying to get a cert for is consistently yielding a challenge with a
.in it.(NOTE: running into this issue got me reading into the example certbot client and joohoi/acme-dns a lot more, and I now understand that I should be running my own instance of joohoi/acme-dns, so I am, but get the same error)
Let me know if I should open this as a separate issue