dnssec-signer.sh revision 614a39f897e346ad2dc4c1df8276cf4a65ba3f01
#!/bin/sh
#
# Shell script to start the dnssec-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 ../../dnssec-signer "$@"