summaryrefslogtreecommitdiff
path: root/examples/ldns-rrsig.1
blob: 3aee863e057d42736626c34e76190fd23e154268 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.TH ldns-rrsig 1 "27 Apr 2005"
.SH NAME
ldns-rrsig \- print out the inception and expiration dates in human
readable form
.SH SYNOPSIS
.B ldns-rrsig 
.IR domain
[ 
.IR type 
]

.SH DESCRIPTION
\fBldns-rrsig\fR is used to print the expiration and inception date of
a RRSIG. The first argument is a domain name. \fBldns-rrsig\fR will
query the authoritative servers for that domain to get a list of RRSIGs.
It will then print out the inception and experiration dates for the RRSIG
covering the SOA record.
.PP
If the second argument \fBtype\fR is given the RRSIG covering that type will be shown.

.SH AUTHOR
Written by the ldns team as an example for ldns usage.

.SH REPORTING BUGS
Report bugs to <ldns-team@nlnetlabs.nl>. 

.SH COPYRIGHT
Copyright (C) 2005 NLnet Labs. This is free software. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.