2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00
Files
bind/bin/tests/system/dnssec/ns3/sign.sh

15 lines
231 B
Bash
Raw Normal View History

2000-05-15 22:53:15 +00:00
#!/bin/sh
zone=secure.example.
infile=secure.example.db.in
zonefile=secure.example.db
keyname=`$KEYGEN -a RSA -b 768 -n zone $zone`
$KEYSETTOOL $keyname.key
2000-05-15 22:53:15 +00:00
cat $infile $keyname.key >$zonefile
2000-05-15 22:53:15 +00:00
$SIGNER -v 1 -o $zone $zonefile