mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[GH-ISSUE #370] DNSSEC #210
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#210
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 @jottekop on GitHub (Dec 19, 2024).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/370
Is the acme-dns ever going support DNSSEC or possibility to sign via secondary signing server or something the like so that we create more secure records via the API? This will greatly help the effort to make the internet more secure 😄
@jderuiter commented on GitHub (Feb 18, 2025):
I was also looking for DNSSEC support and ended up using CoreDNS for this. It has a plugin to add DNSSEC signature on-the-fly (https://coredns.io/plugins/dnssec/). Maybe this also works for you. For a acme-dns server listening on localhost port 5353, you could use something like the following config:
@pderuiter commented on GitHub (Apr 11, 2025):
Nice @jderuiter very simple and elegant solution to solve the lack of DNSSEC support in ACME-DNS, implementing it now myself. Works like a charm.
Thanks,
Patrick de Ruiter
@Al2Klimov commented on GitHub (Dec 26, 2025):
How did you guys get CoreDNS working without #264?