mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 22:42:04 -04:00
[master] show signzone errors in pkcs11 test
This commit is contained in:
parent
f0a3b10baa
commit
cb0a74fd8d
1 changed files with 2 additions and 1 deletions
|
|
@ -34,7 +34,8 @@ zsk2=`$KEYFRLAB -a RSASHA1 -l robie-zsk2 example`
|
|||
ksk=`$KEYFRLAB -a RSASHA1 -f ksk -l robie-ksk example`
|
||||
|
||||
cat $infile $zsk1.key $ksk.key > $zonefile
|
||||
$SIGNER -a -P -g -r $RANDFILE -o $zone $zonefile > /dev/null 2>&1
|
||||
$SIGNER -a -P -g -r $RANDFILE -o $zone $zonefile > /dev/null 2> signer.err || cat signer.err
|
||||
rm -f signer.err
|
||||
|
||||
cp $zsk2.key ns1/key
|
||||
mv Kexample* ns1
|
||||
|
|
|
|||
Loading…
Reference in a new issue