]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - contrib/bind9/bin/dnssec/dnssec-verify.html
MFV r306384:
[FreeBSD/stable/9.git] / contrib / bind9 / bin / dnssec / dnssec-verify.html
1 <!--
2  - Copyright (C) 2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC")
3  - 
4  - Permission to use, copy, modify, and/or distribute this software for any
5  - purpose with or without fee is hereby granted, provided that the above
6  - copyright notice and this permission notice appear in all copies.
7  - 
8  - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
9  - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10  - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
11  - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12  - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
13  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14  - PERFORMANCE OF THIS SOFTWARE.
15 -->
16 <html>
17 <head>
18 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
19 <title>dnssec-verify</title>
20 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
21 </head>
22 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry">
23 <a name="man.dnssec-verify"></a><div class="titlepage"></div>
24 <div class="refnamediv">
25 <h2>Name</h2>
26 <p><span class="application">dnssec-verify</span> &#8212; DNSSEC zone verification tool</p>
27 </div>
28 <div class="refsynopsisdiv">
29 <h2>Synopsis</h2>
30 <div class="cmdsynopsis"><p><code class="command">dnssec-verify</code>  [<code class="option">-c <em class="replaceable"><code>class</code></em></code>] [<code class="option">-E <em class="replaceable"><code>engine</code></em></code>] [<code class="option">-I <em class="replaceable"><code>input-format</code></em></code>] [<code class="option">-o <em class="replaceable"><code>origin</code></em></code>] [<code class="option">-v <em class="replaceable"><code>level</code></em></code>] [<code class="option">-V</code>] [<code class="option">-x</code>] [<code class="option">-z</code>] {zonefile}</p></div>
31 </div>
32 <div class="refsection">
33 <a name="id-1.7"></a><h2>DESCRIPTION</h2>
34 <p><span class="command"><strong>dnssec-verify</strong></span>
35       verifies that a zone is fully signed for each algorithm found
36       in the DNSKEY RRset for the zone, and that the NSEC / NSEC3
37       chains are complete.
38     </p>
39 </div>
40 <div class="refsection">
41 <a name="id-1.8"></a><h2>OPTIONS</h2>
42 <div class="variablelist"><dl class="variablelist">
43 <dt><span class="term">-c <em class="replaceable"><code>class</code></em></span></dt>
44 <dd><p>
45             Specifies the DNS class of the zone.
46           </p></dd>
47 <dt><span class="term">-I <em class="replaceable"><code>input-format</code></em></span></dt>
48 <dd><p>
49             The format of the input zone file.
50             Possible formats are <span class="command"><strong>"text"</strong></span> (default)
51             and <span class="command"><strong>"raw"</strong></span>.
52             This option is primarily intended to be used for dynamic
53             signed zones so that the dumped zone file in a non-text
54             format containing updates can be verified independently.
55             The use of this option does not make much sense for
56             non-dynamic zones.
57           </p></dd>
58 <dt><span class="term">-o <em class="replaceable"><code>origin</code></em></span></dt>
59 <dd><p>
60             The zone origin.  If not specified, the name of the zone file
61             is assumed to be the origin.
62           </p></dd>
63 <dt><span class="term">-v <em class="replaceable"><code>level</code></em></span></dt>
64 <dd><p>
65             Sets the debugging level.
66           </p></dd>
67 <dt><span class="term">-V</span></dt>
68 <dd><p>
69             Prints version information.
70           </p></dd>
71 <dt><span class="term">-x</span></dt>
72 <dd><p>
73             Only verify that the DNSKEY RRset is signed with key-signing
74             keys.  Without this flag, it is assumed that the DNSKEY RRset
75             will be signed by all active keys.  When this flag is set,
76             it will not be an error if the DNSKEY RRset is not signed
77             by zone-signing keys.  This corresponds to the <code class="option">-x</code>
78             option in <span class="command"><strong>dnssec-signzone</strong></span>.
79           </p></dd>
80 <dt><span class="term">-z</span></dt>
81 <dd>
82 <p>
83             Ignore the KSK flag on the keys when determining whether
84             the zone if correctly signed.  Without this flag it is
85             assumed that there will be a non-revoked, self-signed
86             DNSKEY with the KSK flag set for each algorithm and
87             that RRsets other than DNSKEY RRset will be signed with
88             a different DNSKEY without the KSK flag set.
89           </p>
90 <p>
91             With this flag set, we only require that for each algorithm,
92             there will be at least one non-revoked, self-signed DNSKEY,
93             regardless of the KSK flag state, and that other RRsets
94             will be signed by a non-revoked key for the same algorithm
95             that includes the self-signed key; the same key may be used
96             for both purposes.  This corresponds to the <code class="option">-z</code>
97             option in <span class="command"><strong>dnssec-signzone</strong></span>.
98           </p>
99 </dd>
100 <dt><span class="term">zonefile</span></dt>
101 <dd><p>
102             The file containing the zone to be signed.
103           </p></dd>
104 </dl></div>
105 </div>
106 <div class="refsection">
107 <a name="id-1.9"></a><h2>SEE ALSO</h2>
108 <p>
109       <span class="citerefentry"><span class="refentrytitle">dnssec-signzone</span>(8)</span>,
110       <em class="citetitle">BIND 9 Administrator Reference Manual</em>,
111       <em class="citetitle">RFC 4033</em>.
112     </p>
113 </div>
114 </div></body>
115 </html>