Cross Reference: zkt-signer.sh
xref
: /
bind-9.6-ESV-R11
/
contrib
/
zkt
/
examples
/
zkt-signer.sh
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
#!/
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
"$@"