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

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/ns1/sign.sh between version 1.1.1.5 and 1.1.1.6

version 1.1.1.5, 2022/09/23 12:09:12 version 1.1.1.6, 2023/01/25 20:36:39
Line 23  zonefile=root.db
Line 23  zonefile=root.db
 cp ../ns2/dsset-example$TP .  cp ../ns2/dsset-example$TP .
 cp ../ns2/dsset-example.com$TP .  cp ../ns2/dsset-example.com$TP .
   
 keyname1=`$KEYGEN -q -a RSASHA256 -b 1024 -n zone $zone`  keyname1=$($KEYGEN -q -a ${DEFAULT_ALGORITHM} -n zone $zone)
 keyname2=`$KEYGEN -q -a RSASHA256 -b 2048 -f KSK -n zone $zone`  keyname2=$($KEYGEN -q -a ${DEFAULT_ALGORITHM} -f KSK -n zone $zone)
 cat $infile $keyname1.key $keyname2.key > $zonefile  cat $infile $keyname1.key $keyname2.key > $zonefile
   
 $SIGNER -g -o $zone $zonefile > /dev/null  $SIGNER -g -o $zone $zonefile > /dev/null

Legend:
Removed from v.1.1.1.5  
changed lines
  Added in v.1.1.1.6

CVSweb <webmaster@jp.NetBSD.org>