From aae04b2b4b2de4b9260379b4f906c5c58f0bdea4 Mon Sep 17 00:00:00 2001 From: Lucas Date: Mon, 13 Dec 2021 13:31:28 +0000 Subject: [PATCH] Improve README --- README | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/README b/README index 249df91..b88168d 100644 --- a/README +++ b/README @@ -1,6 +1,29 @@ ldnssec-utils ============= -Lucas' DNSSEC utils, built around LDNS[0]. +Lucas' DNSSEC utils, built around LDNS[0]. Idea of the project is to +learn a bit more of stuff about LDNS and DNSSEC, and provide a more +UNIX-y approach to some of the example LDNS utilities. [0]: https://nlnetlabs.nl/projects/ldns/about/ + +Requirements +------------ + +- C99 compiler +- make +- LDNS 1.7.1 or newer + +Components +---------- + +- ldnssec-keygen: generate DNSSEC private keys, consume them to generate + DNSKEY and DS records +- ldnssec-sign-dnskey: sign the DNSKEY records from a zone + +Future directions +----------------- + +- Sign whole zones +- ZONEMD support +- Signer daemon