acme-dns
acme-dns copied to clipboard
Limited DNS server with RESTful HTTP API to handle ACME DNS challenges easily and securely.
Running acme-dns does not create an database and exits with ``ERRO[0000] Could not open database [unable to open database file]``. The steps to create one that is usable with acme-dns...
I by mistake deployed my production container with the `letsencrypstaging` certificate option. How can I force the container to request a new certificate from a new certificate authority? I had...
This addresses #91
Since my IP got hammered a lot with invalid DNS requests: ``` Standard query ANY OPT Standard query ANY OPT (...) Standard query ANY OPT ``` As ACME DNS is...
Hi there Can you make configuring acme-dns 's container configurable through environment variables possible ? I've seen this on other Go based project - Read configuration file as a template...
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...
The registration workflow is quite cumbersome in environments which are heavily automated using configuration management tools. Note that in such environments ACME clients are typically kept stateless as well. Hence...
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...
An endpoint that returns the current TXT record(s) via HTTP would be beneficial for client developers. This endpoint would allow acme-dns clients the ability to verify and/or sync records (required...
Is there a way of logging the src IP of the DNS requests serviced by acme-dns ? I see **what** is being requested in the logs but not the **who**....