2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-28 21:17:54 +00:00

simplified

This commit is contained in:
Andreas Gustafsson 2000-05-16 01:24:50 +00:00
parent 02b4e9aef2
commit b04adaa782
2 changed files with 0 additions and 8 deletions

View File

@ -6,10 +6,6 @@ zonefile=example.db
keyname=`$KEYGEN -a RSA -b 768 -n zone $zone`
tag=`echo $keyname | sed -n 's/^.*\+\([0-9][0-9]*\)$/\1/p'`
echo "key=$keyname, tag=$tag"
# Have the child generate a zone key and pass it to us,
# sign it, and pass it back

View File

@ -6,10 +6,6 @@ zonefile=secure.example.db
keyname=`$KEYGEN -a RSA -b 768 -n zone $zone`
tag=`echo $keyname | sed -n 's/^.*\+\([0-9][0-9]*\)$/\1/p'`
echo "key=$keyname, tag=$tag"
$KEYSETTOOL $keyname.key
cat $infile $keyname.key >$zonefile