acme-dns icon indicating copy to clipboard operation
acme-dns copied to clipboard

Write custom TXT record

Open mstoetzer opened this issue 3 years ago • 1 comments

Is there a way to specify the TXT records via config? So it is not a generated hash or something. I want to use static CNAME records to point to the acmedns temporary TXT records.

_acme-challenge CNAME my-specified-name.acme-dns.mydomain.com

mstoetzer avatar Jul 13 '20 10:07 mstoetzer

I realized a workaround the other day - you can just manipulate the database (which is either sqlite or postgresql).

jvanasco avatar Sep 04 '20 17:09 jvanasco