Index of /archives/net/bind/9.9.0rc1/bind-9.9.0rc1/contrib/zkt

Icon  Name                                               Last modified      Size  Description
[PARENTDIR] Parent Directory - [TXT] zone.h 2012-01-10 06:47 2.9K [TXT] zone.c 2012-01-10 06:47 9.4K [TXT] zkt.h 2012-01-10 06:47 2.1K [TXT] zkt.c 2012-01-10 06:47 9.9K [TXT] zkt-soaserial.c 2012-01-10 06:47 6.4K [TXT] zkt-signer.c 2012-01-10 06:47 31K [TXT] zkt-ls.c 2012-01-10 06:47 13K [TXT] zkt-keyman.c 2012-01-10 06:47 24K [TXT] zkt-conf.c 2012-01-10 06:47 11K [TXT] zfparse.h 2012-01-10 06:47 2.0K [TXT] zfparse.c 2012-01-10 06:47 7.6K [TXT] zconf.h 2012-01-10 06:47 6.5K [TXT] zconf.c 2012-01-10 06:47 31K [TXT] tcap.h 2012-01-10 06:47 554 [TXT] tcap.c 2012-01-10 06:47 7.8K [   ] tags 2012-01-10 06:47 29K [TXT] strlist.h 2012-01-10 06:47 2.0K [TXT] strlist.c 2012-01-10 06:47 4.5K [TXT] soaserial.h 2012-01-10 06:47 1.9K [TXT] soaserial.c 2012-01-10 06:47 7.7K [TXT] rollover.h 2012-01-10 06:47 2.4K [TXT] rollover.c 2012-01-10 06:47 23K [TXT] nscomm.h 2012-01-10 06:47 2.2K [TXT] nscomm.c 2012-01-10 06:47 7.1K [TXT] ncparse.h 2012-01-10 06:47 1.9K [TXT] ncparse.c 2012-01-10 06:47 8.5K [TXT] misc.h 2012-01-10 06:47 4.0K [TXT] misc.c 2012-01-10 06:47 26K [DIR] man/ 2017-06-15 23:44 - [TXT] log.h 2012-01-10 06:47 2.8K [TXT] log.c 2012-01-10 06:47 13K [DIR] examples/ 2017-06-15 23:44 - [TXT] domaincmp.h 2012-01-10 06:47 2.1K [TXT] domaincmp.c 2012-01-10 06:47 9.4K [DIR] doc/ 2017-06-15 23:43 - [TXT] dnssec-zkt.c 2012-01-10 06:47 28K [TXT] dki.h 2012-01-10 06:47 7.9K [TXT] dki.c 2012-01-10 06:47 33K [TXT] debug.h 2012-01-10 06:47 3.1K [   ] configure.ac 2012-01-10 06:47 5.3K [TXT] configure 2012-01-10 06:47 189K [TXT] config_zkt.h 2012-01-10 06:47 3.3K [TXT] config.h.in 2012-01-10 06:47 5.8K [TXT] TODO 2012-01-10 06:47 1.6K [TXT] README.logging 2012-01-10 06:47 3.4K [TXT] README 2012-01-10 06:47 1.4K [TXT] Makefile.in 2012-01-10 06:47 7.1K [TXT] LICENSE 2012-01-10 06:47 1.5K [TXT] CHANGELOG 2012-01-10 06:47 21K
#
#	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