mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[GH-ISSUE #178] Supports SQLite & PostgreSQL as DB backends #74
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#74
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @icelava on GitHub (Sep 2, 2019).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/178
We learnt about ACME-DNS via the EFF article on options to make DNS challenges more automated and easier to handle.
https://www.eff.org/deeplinks/2018/02/technical-deep-dive-securing-automation-acme-dns-challenge-validation
This software has a feature statement "Supports SQLite & PostgreSQL as DB backends" but I am guessing the reality is one has to choose either SQLite or PostgreQL?
I don't see any option to go with plain text zone files?
@joohoi commented on GitHub (Sep 3, 2019):
Yeah, you need to choose one of those. Plain zone files support is not planned as for now.
@joohoi commented on GitHub (Sep 3, 2019):
I'm closing this issue as resolved.