mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 12:55:48 +03:00
[GH-ISSUE #237] Bug: Duplicated entries in txt database on registration #115
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#115
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 @MyIgel on GitHub (Aug 10, 2020).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/237
Somehow the current docker hub version creates two rows in the txt table when registering a new api user which can both contain different values and that leads to two returned txt records which seems to confuse some programs.
@webprofusion-chrisc commented on GitHub (Aug 20, 2020):
When you request a wildcard and a primary domain (e.g.
*.example.comandexample.com) the app creates 2 TXT record values on purpose so that validation will pass for either variant. Is this what you mean?@MyIgel commented on GitHub (Oct 26, 2020):
I mean that when changing the certificate (for example to add another domain) only one of the records gets updated
which causes validation errors (in cert manager here)
@webprofusion-chrisc commented on GitHub (Oct 27, 2020):
Your app (cert manager) needs to pass the Let's Encrypt validation request details to acme-dns for each domain entry. So if your cert has 4 domains or subdomains that's 4 updates to acme-dns for 4 different records before the cert request can complete validation. I'd check with the cert-manager folks to ensure their acme-dns support is behaving.