Cross Reference: setup.sh
xref
: /
bind-9.11.3
/
doc
/
man
/
dnssec
/
dnssec-signkey.8
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
setup.sh revision 0e9dcd548051a8ec34744bfa18b4e09fea742a39
#!/
bin
/
sh
cd
ns2
&&
sh
sign.sh
if
[ $# -
gt
0
]
then
case
$
1
in
--
badsig
)
echo
"injecting bogus data to force signature checking to fail..."
>&
2
echo
"
a.secure.example
. A 10.0.0.22"
>>../
ns3
/
secure.example.db.signed
;;
*)
echo
"unknown option $1"
>&
2
;
exit
1
;;
esac
fi