]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - contrib/bind9/bin/dnssec/dnssec-verify.8
MFC r254651:
[FreeBSD/stable/9.git] / contrib / bind9 / bin / dnssec / dnssec-verify.8
1 .\" Copyright (C) 2012  Internet Systems Consortium, Inc. ("ISC")
2 .\"
3 .\" Permission to use, copy, modify, and/or distribute this software for any
4 .\" purpose with or without fee is hereby granted, provided that the above
5 .\" copyright notice and this permission notice appear in all copies.
6 .\"
7 .\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
8 .\" REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
9 .\" AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
10 .\" INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
11 .\" LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
12 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13 .\" PERFORMANCE OF THIS SOFTWARE.
14 .\"
15 .\" $Id$
16 .\"
17 .hy 0
18 .ad l
19 .\"     Title: dnssec\-verify
20 .\"    Author: 
21 .\" Generator: DocBook XSL Stylesheets v1.71.1 <http://docbook.sf.net/>
22 .\"      Date: April 12, 2012
23 .\"    Manual: BIND9
24 .\"    Source: BIND9
25 .\"
26 .TH "DNSSEC\-VERIFY" "8" "April 12, 2012" "BIND9" "BIND9"
27 .\" disable hyphenation
28 .nh
29 .\" disable justification (adjust text to left margin only)
30 .ad l
31 .SH "NAME"
32 dnssec\-verify \- DNSSEC zone verification tool
33 .SH "SYNOPSIS"
34 .HP 14
35 \fBdnssec\-verify\fR [\fB\-c\ \fR\fB\fIclass\fR\fR] [\fB\-E\ \fR\fB\fIengine\fR\fR] [\fB\-I\ \fR\fB\fIinput\-format\fR\fR] [\fB\-o\ \fR\fB\fIorigin\fR\fR] [\fB\-v\ \fR\fB\fIlevel\fR\fR] [\fB\-x\fR] [\fB\-z\fR] {zonefile}
36 .SH "DESCRIPTION"
37 .PP
38 \fBdnssec\-verify\fR
39 verifies that a zone is fully signed for each algorithm found in the DNSKEY RRset for the zone, and that the NSEC / NSEC3 chains are complete.
40 .SH "OPTIONS"
41 .PP
42 \-c \fIclass\fR
43 .RS 4
44 Specifies the DNS class of the zone.
45 .RE
46 .PP
47 \-I \fIinput\-format\fR
48 .RS 4
49 The format of the input zone file. Possible formats are
50 \fB"text"\fR
51 (default) and
52 \fB"raw"\fR. This option is primarily intended to be used for dynamic signed zones so that the dumped zone file in a non\-text format containing updates can be verified independently. The use of this option does not make much sense for non\-dynamic zones.
53 .RE
54 .PP
55 \-o \fIorigin\fR
56 .RS 4
57 The zone origin. If not specified, the name of the zone file is assumed to be the origin.
58 .RE
59 .PP
60 \-v \fIlevel\fR
61 .RS 4
62 Sets the debugging level.
63 .RE
64 .PP
65 \-x
66 .RS 4
67 Only verify that the DNSKEY RRset is signed with key\-signing keys. Without this flag, it is assumed that the DNSKEY RRset will be signed by all active keys. When this flag is set, it will not be an error if the DNSKEY RRset is not signed by zone\-signing keys. This corresponds to the
68 \fB\-x\fR
69 option in
70 \fBdnssec\-signzone\fR.
71 .RE
72 .PP
73 \-z
74 .RS 4
75 Ignore the KSK flag on the keys when determining whether the zone if correctly signed. Without this flag it is assumed that there will be a non\-revoked, self\-signed DNSKEY with the KSK flag set for each algorithm and that RRsets other than DNSKEY RRset will be signed with a different DNSKEY without the KSK flag set.
76 .sp
77 With this flag set, we only require that for each algorithm, there will be at least one non\-revoked, self\-signed DNSKEY, regardless of the KSK flag state, and that other RRsets will be signed by a non\-revoked key for the same algorithm that includes the self\-signed key; the same key may be used for both purposes. This corresponds to the
78 \fB\-z\fR
79 option in
80 \fBdnssec\-signzone\fR.
81 .RE
82 .PP
83 zonefile
84 .RS 4
85 The file containing the zone to be signed.
86 .RE
87 .SH "SEE ALSO"
88 .PP
89 \fBdnssec\-signzone\fR(8),
90 BIND 9 Administrator Reference Manual,
91 RFC 4033.
92 .SH "AUTHOR"
93 .PP
94 Internet Systems Consortium
95 .SH "COPYRIGHT"
96 Copyright \(co 2012 Internet Systems Consortium, Inc. ("ISC")
97 .br