SYNOPSIS
ldns-keyfetcher DOMAIN
DESCRIPTION
ldns-keyfetcher is used to retrieve the DNSKEYs of a zone.
First it finds all authoritative nameservers of the zone by tracing it
from the root down. All authoritative nameservers are then queried
(using TCP) for the DNSKEY RRset of the zone apex. If the results are
all the same, the key resource record set is printed.
OPTIONS
-v verbosity
Set the verbosity level. The following levels are available:
0: default, only print the DNSKEY RRset found, or an error on failure.
1: Show the nameservers that are queried
2: Show more info on what is checked
3: Show the intermediate results (authority and dnskey rrsets)
4: Print the answer packets that are returned
-r file
Use file as the root hints file, should contain A records in presenta-
tion format. The default is /etc/named.root. You can get this file from
http://www.internic.net/zones/named.root.
AUTHOR
Written by Jelte Jansen for NLnet Labs.
REPORTING BUGS
Report bugs to <ldns-team@nlnetlabs.nl>.
COPYRIGHT
Copyright (C) 2006 NLnet Labs. This is free software. There is NO war-
ranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR-
POSE.
4 Apr 2006 ldns-keyfetcher(1)
Man(1) output converted with
man2html