Closed laingsc closed 2 years ago
_acme-challenge.foo
works for names foo
and *.foo
only. It's not related to acme-dns but the ACME DNS01 challenge itself.
This isn't a bug.
@laingsc Please close this ticket if your question has been answered.
Ah yes, I should've closed this ages ago when I realized how it worked!
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?