mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-03-07 07:50:37 -05:00
6 lines
190 B
Bash
6 lines
190 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
export BASEDIR=`mktemp -d "/tmp/zone_sign-XXX"`
|
||
|
|
../../../../tools/zone_sign.sh example. ../../../../data/example.zone
|
||
|
|
mv ../../../../data/example.zone.signed ./example.zone.nsec3
|