summaryrefslogtreecommitdiffstats
path: root/contrib/zkt/README
diff options
context:
space:
mode:
authorMartin Nagy <mnagy@redhat.com>2009-02-11 20:37:59 +0100
committerMartin Nagy <mnagy@redhat.com>2009-02-11 20:37:59 +0100
commitf50ae72ec3417cae55dd4e085991c01af9fdc5f1 (patch)
tree0e36c9a3320f6d068df93d3ff6d84b821d23db40 /contrib/zkt/README
downloadbind_dynamic-f50ae72ec3417cae55dd4e085991c01af9fdc5f1.tar.gz
bind_dynamic-f50ae72ec3417cae55dd4e085991c01af9fdc5f1.tar.xz
bind_dynamic-f50ae72ec3417cae55dd4e085991c01af9fdc5f1.zip
Initial commitstart
Diffstat (limited to 'contrib/zkt/README')
-rw-r--r--contrib/zkt/README44
1 files changed, 44 insertions, 0 deletions
diff --git a/contrib/zkt/README b/contrib/zkt/README
new file mode 100644
index 0000000..0798932
--- /dev/null
+++ b/contrib/zkt/README
@@ -0,0 +1,44 @@
+#
+# README dnssec zone key tool
+#
+# (c) March 2005 - Aug 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.97.tar.gz
+
+b) Unpack
+ $ tar xzvf zkt-0.97.tar.gz
+
+c) Change to dir
+ $ cd zkt-0.97
+
+d) Run configure script
+ $ ./configure
+
+e) (optional) Edit config_zkt.h
+
+f) Compile
+ $ make
+ For MAC users: # this should not needed anymore
+ $ make macos
+ For Solaris: # this should not needed anymore
+ $ make solaris
+
+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