Index of /archives/net/bind/9.9.0rc1/bind-9.9.0rc1/contrib/zkt
Name Last modified Size Description
Parent Directory -
CHANGELOG 2012-01-10 06:47 21K
LICENSE 2012-01-10 06:47 1.5K
Makefile.in 2012-01-10 06:47 7.1K
README 2012-01-10 06:47 1.4K
README.logging 2012-01-10 06:47 3.4K
TODO 2012-01-10 06:47 1.6K
config.h.in 2012-01-10 06:47 5.8K
config_zkt.h 2012-01-10 06:47 3.3K
configure 2012-01-10 06:47 189K
configure.ac 2012-01-10 06:47 5.3K
debug.h 2012-01-10 06:47 3.1K
dki.c 2012-01-10 06:47 33K
dki.h 2012-01-10 06:47 7.9K
dnssec-zkt.c 2012-01-10 06:47 28K
doc/ 2017-06-15 23:43 -
domaincmp.c 2012-01-10 06:47 9.4K
domaincmp.h 2012-01-10 06:47 2.1K
examples/ 2017-06-15 23:44 -
log.c 2012-01-10 06:47 13K
log.h 2012-01-10 06:47 2.8K
man/ 2017-06-15 23:44 -
misc.c 2012-01-10 06:47 26K
misc.h 2012-01-10 06:47 4.0K
ncparse.c 2012-01-10 06:47 8.5K
ncparse.h 2012-01-10 06:47 1.9K
nscomm.c 2012-01-10 06:47 7.1K
nscomm.h 2012-01-10 06:47 2.2K
rollover.c 2012-01-10 06:47 23K
rollover.h 2012-01-10 06:47 2.4K
soaserial.c 2012-01-10 06:47 7.7K
soaserial.h 2012-01-10 06:47 1.9K
strlist.c 2012-01-10 06:47 4.5K
strlist.h 2012-01-10 06:47 2.0K
tags 2012-01-10 06:47 29K
tcap.c 2012-01-10 06:47 7.8K
tcap.h 2012-01-10 06:47 554
zconf.c 2012-01-10 06:47 31K
zconf.h 2012-01-10 06:47 6.5K
zfparse.c 2012-01-10 06:47 7.6K
zfparse.h 2012-01-10 06:47 2.0K
zkt-conf.c 2012-01-10 06:47 11K
zkt-keyman.c 2012-01-10 06:47 24K
zkt-ls.c 2012-01-10 06:47 13K
zkt-signer.c 2012-01-10 06:47 31K
zkt-soaserial.c 2012-01-10 06:47 6.4K
zkt.c 2012-01-10 06:47 9.9K
zkt.h 2012-01-10 06:47 2.1K
zone.c 2012-01-10 06:47 9.4K
zone.h 2012-01-10 06:47 2.9K
#
# README dnssec zone key tool
#
# (c) March 2005 - Aug 2009 by Holger Zuleger hznet
# (c) domaincmp() Aug 2005 by Karle Boss & H. Zuleger (kaho)
# (c) 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 [email protected] mailing list
on the following website: https://lists.sourceforge.net/lists/listinfo/zkt-users
The ZKT software is licenced under BSD (see LICENCE file)
To build the software:
a) Get the current version of zkt
$ wget http://www.hznet.de/dns/zkt/zkt-1.0.tar.gz
b) Unpack
$ tar xzvf zkt-1.0.tar.gz
c) Change to source directory
$ cd zkt-1.0
d) Run configure script
$ ./configure
e) Compile
$ make
f) Install
# make install
# make install-man
Prepare your setup:
a) (optional) Install or rebuild the default dnssec.conf file
$ zkt-conf -d -w # Install new file
or
$ zkt-conf -s -w # rebuild existing file
b) (optional) Change default parameters
$ zkt-conf -s -O "Zonedir: /var/named/zones" -w
or use your prefered editor
$ vi /var/named/dnssec.conf
c) Prepare one of your zone for zkt
$ cd /var/name/zones/net/example.net # change dir to zone directory
$ cp <zonefile> zone.db # copy and rename existing zone file to "zone.db"
$ zkt-conf -w zone.db # create local dnssec.conf file and include dnskey.db into zone file