#
#	README  dnssec zone key tool
#
#	(c) March 2005 - December 2007 by  Holger Zuleger  hznet
#

For more information about the DNSSEC Zone Key Tool please
have a look at "http://www.hznet.de/dns/zkt/"

Build:

a) Create a directory for the zkt source code
	$ mkdir zkt-0.94

b) Change to dir
	$ cd zkt-0.94

c) Get the current version of zkt
	$ wget http://www.hznet.de/dns/zkt/zkt-0.94.tar 

d) Unpack
	$ tar xvf zkt-0.94.tar

e) (optional)  Change INSTALLDIR in Makefile (def: $HOME/bin/)

f) (optional) Edit config.h
	set HAS_UTYPES to 0 if your OS has no ulong etc.
	set HAS_STRFTIME to 0 if your OS has no strftime() support
	set BIND_VERSION to your installed bind version (def: 941)
	set path of BIND dnssec utilities (BIND_UTIL_PATH, def: /usr/local/sbin/)
	set CONFIG_FILEPATH of default dnssec.conf file (def: /var/named/)

g) Compile
	$ make

h) Install
	$ make install

i) (optional) Install and modify the default dnssec.conf file 
	$ ./dnssec-zkt -c "" -Z > /var/named/dnssec.conf
	$ vi /var/named/dnssec.conf
