ldnssec-utils/README

30 lines
611 B
Plaintext
Raw Permalink Normal View History

2021-12-10 23:41:31 +01:00
ldnssec-utils
=============
2021-12-13 14:31:28 +01:00
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.
2021-12-10 23:41:31 +01:00
[0]: https://nlnetlabs.nl/projects/ldns/about/
2021-12-13 14:31:28 +01:00
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