mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-23 07:07:00 -04:00
| .. | ||
| examples | ||
| man | ||
| CHANGELOG | ||
| config.h.in | ||
| config_zkt.h | ||
| configure | ||
| debug.h | ||
| dki.c | ||
| dki.h | ||
| dnssec-signer.c | ||
| dnssec-zkt.c | ||
| domaincmp.c | ||
| domaincmp.h | ||
| LICENSE | ||
| log.c | ||
| log.h | ||
| Makefile.in | ||
| misc.c | ||
| misc.h | ||
| ncparse.c | ||
| ncparse.h | ||
| README | ||
| README.logging | ||
| rollover.c | ||
| rollover.h | ||
| strlist.c | ||
| strlist.h | ||
| tags | ||
| TODO | ||
| zconf.c | ||
| zconf.h | ||
| zkt-soaserial.c | ||
| zkt.c | ||
| zkt.h | ||
| zone.c | ||
| zone.h | ||
# # README dnssec zone key tool # # (c) March 2005 - Dec 2008 by Holger Zuleger hznet # (c) for domaincmp Aug 2005 by Karle Boss & H. Zuleger (kaho) # (c) for zconf.c by Jeroen Masar & Holger Zuleger # For more information about the DNSSEC Zone Key Tool please have a look at "http://www.hznet.de/dns/zkt/" You can also subscribe to the zkt-users@sourceforge.net mailing list on the following website: https://lists.sourceforge.net/lists/listinfo/zkt-users The complete software stands under BSD licence (see LICENCE file) To build the software: a) Get the current version of zkt $ wget http://www.hznet.de/dns/zkt/zkt-0.98.tar.gz b) Unpack $ tar xzvf zkt-0.98.tar.gz c) Change to dir $ cd zkt-0.98 d) Run configure script $ ./configure e) (optional) Edit config_zkt.h f) Compile $ make g) Install $ make install # this will copy the binarys to $HOME/bin h) (optional) Install and modify the default dnssec.conf file $ ./dnssec-zkt -c "" -Z > /var/named/dnssec.conf $ vi /var/named/dnssec.conf i) Prepare your zones for zkt Have a look at the presentation I've held at the DE-CIX technical meeting (http://www.hznet.de/dns/dnssec-decix050916.pdf) It will give you an overview of how to configure a zone for zkt usage.