xref: /minix3/external/bsd/bind/dist/contrib/zkt-1.1.3/examples/zkt-signer.sh (revision 00b67f09dd46474d133c95011a48590a8e8f94c7)
1#!/bin/sh
2#
3#	Shell script to start the zkt-signer
4#	command out of the example directory
5#
6
7if test ! -f dnssec.conf
8then
9	echo Please start this skript out of the flat or hierarchical sub directory
10	exit 1
11fi
12ZKT_CONFFILE=`pwd`/dnssec.conf ../../zkt-signer "$@"
13