mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-02-03 18:49:28 -05:00
5 lines
194 B
Bash
Executable file
5 lines
194 B
Bash
Executable file
#!/bin/sh
|
|
|
|
export BASEDIR=`mktemp -d "/tmp/zone_sign-XXX"`
|
|
../../../../tools/zone_sign.sh example. ../../../../data/example.zone nsec
|
|
mv ../../../../data/example.zone.signed ./example.zone.nsec
|