In our case "dnssec-ds formkey" is not available. Am Donnerstag, den 16.04.2015, 11:04 +0100 schrieb Tony Finch: > Frank <[email protected]> wrote: > > > > have you found a solution to your problem "calculating DNSSEC keytags in > > awk" from Sat Dec 17 12:39:04 UTC 2011? > > dig +multiline will show you the key tag, or you can use dnssec-dsfromkey > and pull the tag out of the result, e.g. > > $ dig dnskey $zone | dnssec-dsfromkey -f - $zone | awk 'NR == 1 { print $4 }' > > Tony.
_______________________________________________ dns-operations mailing list [email protected] https://lists.dns-oarc.net/mailman/listinfo/dns-operations dns-jobs mailing list https://lists.dns-oarc.net/mailman/listinfo/dns-jobs
