missing files
[tridge/bind9.git] / contrib / zkt / examples / zkt-signer.sh
diff --git a/contrib/zkt/examples/zkt-signer.sh b/contrib/zkt/examples/zkt-signer.sh
new file mode 100755 (executable)
index 0000000..12fc926
--- /dev/null
@@ -0,0 +1,12 @@
+#!/bin/sh
+#
+#      Shell script to start the zkt-signer
+#      command out of the example directory
+#
+
+if test ! -f dnssec.conf
+then
+       echo Please start this skript out of the flat or hierarchical sub directory
+       exit 1
+fi
+ZKT_CONFFILE=`pwd`/dnssec.conf ../../zkt-signer "$@"