1ldns-rrsig(1) General Commands Manual ldns-rrsig(1)
2
3
4
6 ldns-rrsig - print out the inception and expiration dates in human
7 readable form
8
10 ldns-rrsig domain [ type ]
11
12
14 ldns-rrsig is used to print the expiration and inception date of a
15 RRSIG. The first argument is a domain name. ldns-rrsig will query the
16 authoritative servers for that domain to get a list of RRSIGs. It will
17 then print out the inception and expiration dates for the RRSIG cover‐
18 ing the SOA record.
19
20 If the second argument type is given the RRSIG covering that type will
21 be shown.
22
23
25 Written by the ldns team as an example for ldns usage.
26
27
29 Report bugs to <ldns-team@nlnetlabs.nl>.
30
31
33 Copyright (C) 2005 NLnet Labs. This is free software. There is NO war‐
34 ranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR‐
35 POSE.
36
37
38
39 27 Apr 2005 ldns-rrsig(1)