mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 21:05:49 +03:00
[GH-ISSUE #276] acme-dns treating common-name as domain name #139
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#139
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 @laingsc on GitHub (Sep 8, 2021).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/276
Heya,
I'm using the acme_certificate terraform resource to provision certificates and using acme-dns because it's a private dns and we don't have a provider for azure private dns. I've created all of the cname records for 6 domains, and wildcard certs work just fine, however when not using a wildcard cert it's expecting a cname record for _acme-challenge at the fqdn level.
I've got the proper cname record at _acme-challenge.dev.ds.ahunga.co.nz which I thought would work, however it wants proof of _acme-challenge.testacme.dev.ds.ahunga.co.nz which isn't a dns zone since it's a hostname which I'm getting a cert for.
I've pre-registered all domains and cname records for use in terraform (storage doesn't persist accross runs). Again this works with *.dev.ds.ahunga.co.nz. Any thoughts?
@Exagone313 commented on GitHub (Sep 14, 2021):
_acme-challenge.fooworks for namesfooand*.fooonly. It's not related to acme-dns but the ACME DNS01 challenge itself.@leggewie commented on GitHub (Jan 17, 2022):
This isn't a bug.
@laingsc Please close this ticket if your question has been answered.
@laingsc commented on GitHub (Jan 17, 2022):
Ah yes, I should've closed this ages ago when I realized how it worked!