joohoi / acme-dns

Limited DNS server with RESTful HTTP API to handle ACME DNS challenges easily and securely.
MIT License
2.19k stars 234 forks source link

acme-dns and acme-dns-client /etc path inconsistency #280

Closed shalak closed 3 years ago

shalak commented 3 years ago

The acme-dns uses /etc/acme-dns/ to keep its config.cfg.

The acme-dns-client uses /etc/acmedns for its clientstorage.json.

This approach is confusing and inconsistent. The proposed change is to move config dir to /etc/acme-dns-client

shalak commented 3 years ago

Please excuse me, I opened this issue in the wrong repository. I created a new one in proper place: https://github.com/acme-dns/acme-dns-client/issues/11