[BACK]Return to sign.sh CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mpl / bind / dist / bin / tests / system / pending / ns2

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/mpl/bind/dist/bin/tests/system/pending/ns2/sign.sh between version 1.1.1.1.2.2 and 1.1.1.1.2.3

version 1.1.1.1.2.2, 2018/09/06 06:54:29 version 1.1.1.1.2.3, 2019/01/18 08:49:32
Line 17  for domain in example example.com; do
Line 17  for domain in example example.com; do
         infile=${domain}.db.in          infile=${domain}.db.in
         zonefile=${domain}.db          zonefile=${domain}.db
   
         keyname1=`$KEYGEN -q -r $RANDFILE -a NSEC3RSASHA1 -b 1024 -n zone $zone`          keyname1=`$KEYGEN -q -a NSEC3RSASHA1 -b 1024 -n zone $zone`
         keyname2=`$KEYGEN -q -r $RANDFILE -a NSEC3RSASHA1 -b 1024 -f KSK -n zone $zone`          keyname2=`$KEYGEN -q -a NSEC3RSASHA1 -b 1024 -f KSK -n zone $zone`
   
         cat $infile $keyname1.key $keyname2.key > $zonefile          cat $infile $keyname1.key $keyname2.key > $zonefile
   
         $SIGNER -3 bebe -r $RANDFILE -o $zone $zonefile > /dev/null 2>&1          $SIGNER -3 bebe -o $zone $zonefile > /dev/null 2>&1
 done  done
   
 # remove "removed" record from example.com, causing the server to  # remove "removed" record from example.com, causing the server to

Legend:
Removed from v.1.1.1.1.2.2  
changed lines
  Added in v.1.1.1.1.2.3

CVSweb <webmaster@jp.NetBSD.org>