]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - contrib/bind9/bin/dnssec/dnssec-verify.html
Update BIND to 9.9.6-P1
[FreeBSD/stable/9.git] / contrib / bind9 / bin / dnssec / dnssec-verify.html
1 <!--
2  - Copyright (C) 2012, 2014 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 <!-- $Id$ -->
17 <html>
18 <head>
19 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
20 <title>dnssec-verify</title>
21 <meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
22 </head>
23 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
24 <a name="man.dnssec-verify"></a><div class="titlepage"></div>
25 <div class="refnamediv">
26 <h2>Name</h2>
27 <p><span class="application">dnssec-verify</span> &#8212; DNSSEC zone verification tool</p>
28 </div>
29 <div class="refsynopsisdiv">
30 <h2>Synopsis</h2>
31 <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>
32 </div>
33 <div class="refsect1" lang="en">
34 <a name="id2543405"></a><h2>DESCRIPTION</h2>
35 <p><span><strong class="command">dnssec-verify</strong></span>
36       verifies that a zone is fully signed for each algorithm found
37       in the DNSKEY RRset for the zone, and that the NSEC / NSEC3
38       chains are complete.
39     </p>
40 </div>
41 <div class="refsect1" lang="en">
42 <a name="id2543417"></a><h2>OPTIONS</h2>
43 <div class="variablelist"><dl>
44 <dt><span class="term">-c <em class="replaceable"><code>class</code></em></span></dt>
45 <dd><p>
46             Specifies the DNS class of the zone.
47           </p></dd>
48 <dt><span class="term">-I <em class="replaceable"><code>input-format</code></em></span></dt>
49 <dd><p>
50             The format of the input zone file.
51             Possible formats are <span><strong class="command">"text"</strong></span> (default)
52             and <span><strong class="command">"raw"</strong></span>.
53             This option is primarily intended to be used for dynamic
54             signed zones so that the dumped zone file in a non-text
55             format containing updates can be verified independently.
56             The use of this option does not make much sense for
57             non-dynamic zones.
58           </p></dd>
59 <dt><span class="term">-o <em class="replaceable"><code>origin</code></em></span></dt>
60 <dd><p>
61             The zone origin.  If not specified, the name of the zone file
62             is assumed to be the origin.
63           </p></dd>
64 <dt><span class="term">-v <em class="replaceable"><code>level</code></em></span></dt>
65 <dd><p>
66             Sets the debugging level.
67           </p></dd>
68 <dt><span class="term">-V</span></dt>
69 <dd><p>
70             Prints version information.
71           </p></dd>
72 <dt><span class="term">-x</span></dt>
73 <dd><p>
74             Only verify that the DNSKEY RRset is signed with key-signing
75             keys.  Without this flag, it is assumed that the DNSKEY RRset
76             will be signed by all active keys.  When this flag is set,
77             it will not be an error if the DNSKEY RRset is not signed
78             by zone-signing keys.  This corresponds to the <code class="option">-x</code>
79             option in <span><strong class="command">dnssec-signzone</strong></span>.
80           </p></dd>
81 <dt><span class="term">-z</span></dt>
82 <dd>
83 <p>
84             Ignore the KSK flag on the keys when determining whether
85             the zone if correctly signed.  Without this flag it is
86             assumed that there will be a non-revoked, self-signed
87             DNSKEY with the KSK flag set for each algorithm and
88             that RRsets other than DNSKEY RRset will be signed with
89             a different DNSKEY without the KSK flag set.
90           </p>
91 <p>
92             With this flag set, we only require that for each algorithm,
93             there will be at least one non-revoked, self-signed DNSKEY,
94             regardless of the KSK flag state, and that other RRsets
95             will be signed by a non-revoked key for the same algorithm
96             that includes the self-signed key; the same key may be used
97             for both purposes.  This corresponds to the <code class="option">-z</code>
98             option in <span><strong class="command">dnssec-signzone</strong></span>.
99           </p>
100 </dd>
101 <dt><span class="term">zonefile</span></dt>
102 <dd><p>
103             The file containing the zone to be signed.
104           </p></dd>
105 </dl></div>
106 </div>
107 <div class="refsect1" lang="en">
108 <a name="id2543640"></a><h2>SEE ALSO</h2>
109 <p>
110       <span class="citerefentry"><span class="refentrytitle">dnssec-signzone</span>(8)</span>,
111       <em class="citetitle">BIND 9 Administrator Reference Manual</em>,
112       <em class="citetitle">RFC 4033</em>.
113     </p>
114 </div>
115 <div class="refsect1" lang="en">
116 <a name="id2543666"></a><h2>AUTHOR</h2>
117 <p><span class="corpauthor">Internet Systems Consortium</span>
118     </p>
119 </div>
120 </div></body>
121 </html>