when using a non-docker (I hate it with a passion) traefik reverse proxy with an acme dnsChallenge,
the entry inserted into name.com is _acme-challenge.domain.com
but the record queried is _acme-challenge.HOSTNAME.domain.com. While waiting for propagation, I insert a new txt record
_acme-challenge.HOSTNAME.domain.com with the same value, and traefik receives a cert. then traefik removes the correct _acme-challenge.HOSTNAME.domain.com
and leaves the bad _acme-challenge.domain.com
so I think it's a bug, tried to run the thingie through delve, but didn't know how to get it running in delve.
Someone an idea ?
Thankzz
Jan