No empty .Rs/.Re
[netbsd-mini2440.git] / external / bsd / bind / dist / contrib / zkt / README
blobde95c08e36d8dbced248dda545eeacc912d98ab7
2 #       README  dnssec zone key tool
4 #       (c) March 2005 - Aug 2009 by  Holger Zuleger  hznet
5 #       (c) for domaincmp Aug 2005 by Karle Boss & H. Zuleger (kaho)
6 #       (c) for zconf.c by Jeroen Masar & Holger Zuleger
9 For more information about the DNSSEC Zone Key Tool please
10 have a look at "http://www.hznet.de/dns/zkt/"
12 You can also subscribe to the zkt-users@sourceforge.net mailing list
13 on the following website: https://lists.sourceforge.net/lists/listinfo/zkt-users
15 The complete software stands under BSD licence (see LICENCE file)
17 To build the software:
18 a) Get the current version of zkt
19         $ wget http://www.hznet.de/dns/zkt/zkt-0.99c.tar.gz
21 b) Unpack
22         $ tar xzvf zkt-0.99c.tar.gz
24 c) Change to dir
25         $ cd zkt-0.99c
27 d) Run configure script
28         $ ./configure
30 e) (optional) Edit config_zkt.h
32 f) Compile
33         $ make
35 g) Install
36         # make install
37         # make install-man
39 h) (optional) Install and modify the default dnssec.conf file 
40         $ ./dnssec-zkt -c "" -Z > /var/named/dnssec.conf
41         $ vi /var/named/dnssec.conf
43 i) Prepare your zones for zkt
44         Have a look at the presentation I've held at the DE-CIX technical
45         meeting (http://www.hznet.de/dns/dnssec-decix050916.pdf)
46         It will give you an overview of how to configure a zone for zkt usage.