joohoi / acme-dns

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

No sqlite database #247

Open Quixus opened 3 years ago

Quixus commented 3 years ago

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 are not mentioned in the installation instructions. What do I have to do to get a working database?

Thanks in advance and best regards.

Quixus commented 3 years ago

Nevermind creating a database in var/lib/acme-dns helped. Still the instructions should include this necessary step.

uschindler commented 3 years ago

The issue is mainly if the directory does not exist. Once you created a directory it starts and creates the db file.