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

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/dnssec/ns5/sign.sh between version 1.1.1.1 and 1.1.1.1.2.3

version 1.1.1.1, 2018/08/12 12:07:33 version 1.1.1.1.2.3, 2019/01/18 08:49:21
Line 16  zone=.
Line 16  zone=.
 infile=../ns1/root.db.in  infile=../ns1/root.db.in
 zonefile=root.db.signed  zonefile=root.db.signed
   
 keyname=`$KEYGEN -r $RANDFILE -a RSASHA1 -qfk $zone`  keyname=`$KEYGEN -a RSASHA1 -qfk $zone`
   
 # copy the KSK out first, then revoke it  # copy the KSK out first, then revoke it
 keyfile_to_managed_keys $keyname > revoked.conf  keyfile_to_managed_keys $keyname > revoked.conf
Line 24  keyfile_to_managed_keys $keyname > revok
Line 24  keyfile_to_managed_keys $keyname > revok
 $SETTIME -R now ${keyname}.key > /dev/null  $SETTIME -R now ${keyname}.key > /dev/null
   
 # create a current set of keys, and sign the root zone  # create a current set of keys, and sign the root zone
 $KEYGEN -r $RANDFILE -a RSASHA1 -q $zone > /dev/null  $KEYGEN -a RSASHA1 -q $zone > /dev/null
 $KEYGEN -r $RANDFILE -a RSASHA1 -qfk $zone > /dev/null  $KEYGEN -a RSASHA1 -qfk $zone > /dev/null
 $SIGNER -S -r $RANDFILE -o $zone -f $zonefile $infile > /dev/null 2>&1  $SIGNER -S -o $zone -f $zonefile $infile > /dev/null 2>&1

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

CVSweb <webmaster@jp.NetBSD.org>