mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-27 12:13:20 -04:00
parent
f3658af717
commit
642d5963d9
1 changed files with 2 additions and 2 deletions
|
|
@ -17,8 +17,8 @@ zone=signed
|
|||
infile=example.db
|
||||
zonefile=signed.db
|
||||
|
||||
key1=`$KEYGEN -q -a rsasha256 $zone`
|
||||
key2=`$KEYGEN -q -a rsasha256 -fk $zone`
|
||||
key1=$($KEYGEN -q -a $DEFAULT_ALGORITHM $zone)
|
||||
key2=$($KEYGEN -q -a $DEFAULT_ALGORITHM -fk $zone)
|
||||
|
||||
cat $infile $key1.key $key2.key > $zonefile
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue