]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - contrib/bind9/doc/arm/man.dnssec-verify.html
MFV r306384:
[FreeBSD/stable/9.git] / contrib / bind9 / doc / arm / man.dnssec-verify.html
1 <!--
2  - Copyright (C) 2004-2015 Internet Systems Consortium, Inc. ("ISC")
3  - Copyright (C) 2000-2003 Internet Software Consortium.
4  - 
5  - Permission to use, copy, modify, and/or distribute this software for any
6  - purpose with or without fee is hereby granted, provided that the above
7  - copyright notice and this permission notice appear in all copies.
8  - 
9  - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
10  - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
11  - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
12  - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
13  - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
14  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15  - PERFORMANCE OF THIS SOFTWARE.
16 -->
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.78.1">
22 <link rel="home" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
23 <link rel="up" href="Bv9ARM.ch13.html" title="Manual pages">
24 <link rel="prev" href="man.dnssec-signzone.html" title="dnssec-signzone">
25 <link rel="next" href="man.named-checkconf.html" title="named-checkconf">
26 </head>
27 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
28 <div class="navheader">
29 <table width="100%" summary="Navigation header">
30 <tr><th colspan="3" align="center"><span class="application">dnssec-verify</span></th></tr>
31 <tr>
32 <td width="20%" align="left">
33 <a accesskey="p" href="man.dnssec-signzone.html">Prev</a> </td>
34 <th width="60%" align="center">Manual pages</th>
35 <td width="20%" align="right"> <a accesskey="n" href="man.named-checkconf.html">Next</a>
36 </td>
37 </tr>
38 </table>
39 <hr>
40 </div>
41 <div class="refentry">
42 <a name="man.dnssec-verify"></a><div class="titlepage"></div>
43 <div class="refnamediv">
44 <h2>Name</h2>
45 <p><span class="application">dnssec-verify</span> &#8212; DNSSEC zone verification tool</p>
46 </div>
47 <div class="refsynopsisdiv">
48 <h2>Synopsis</h2>
49 <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>
50 </div>
51 <div class="refsection">
52 <a name="id-1.14.13.7"></a><h2>DESCRIPTION</h2>
53 <p><span class="command"><strong>dnssec-verify</strong></span>
54       verifies that a zone is fully signed for each algorithm found
55       in the DNSKEY RRset for the zone, and that the NSEC / NSEC3
56       chains are complete.
57     </p>
58 </div>
59 <div class="refsection">
60 <a name="id-1.14.13.8"></a><h2>OPTIONS</h2>
61 <div class="variablelist"><dl class="variablelist">
62 <dt><span class="term">-c <em class="replaceable"><code>class</code></em></span></dt>
63 <dd><p>
64             Specifies the DNS class of the zone.
65           </p></dd>
66 <dt><span class="term">-I <em class="replaceable"><code>input-format</code></em></span></dt>
67 <dd><p>
68             The format of the input zone file.
69             Possible formats are <span class="command"><strong>"text"</strong></span> (default)
70             and <span class="command"><strong>"raw"</strong></span>.
71             This option is primarily intended to be used for dynamic
72             signed zones so that the dumped zone file in a non-text
73             format containing updates can be verified independently.
74             The use of this option does not make much sense for
75             non-dynamic zones.
76           </p></dd>
77 <dt><span class="term">-o <em class="replaceable"><code>origin</code></em></span></dt>
78 <dd><p>
79             The zone origin.  If not specified, the name of the zone file
80             is assumed to be the origin.
81           </p></dd>
82 <dt><span class="term">-v <em class="replaceable"><code>level</code></em></span></dt>
83 <dd><p>
84             Sets the debugging level.
85           </p></dd>
86 <dt><span class="term">-V</span></dt>
87 <dd><p>
88             Prints version information.
89           </p></dd>
90 <dt><span class="term">-x</span></dt>
91 <dd><p>
92             Only verify that the DNSKEY RRset is signed with key-signing
93             keys.  Without this flag, it is assumed that the DNSKEY RRset
94             will be signed by all active keys.  When this flag is set,
95             it will not be an error if the DNSKEY RRset is not signed
96             by zone-signing keys.  This corresponds to the <code class="option">-x</code>
97             option in <span class="command"><strong>dnssec-signzone</strong></span>.
98           </p></dd>
99 <dt><span class="term">-z</span></dt>
100 <dd>
101 <p>
102             Ignore the KSK flag on the keys when determining whether
103             the zone if correctly signed.  Without this flag it is
104             assumed that there will be a non-revoked, self-signed
105             DNSKEY with the KSK flag set for each algorithm and
106             that RRsets other than DNSKEY RRset will be signed with
107             a different DNSKEY without the KSK flag set.
108           </p>
109 <p>
110             With this flag set, we only require that for each algorithm,
111             there will be at least one non-revoked, self-signed DNSKEY,
112             regardless of the KSK flag state, and that other RRsets
113             will be signed by a non-revoked key for the same algorithm
114             that includes the self-signed key; the same key may be used
115             for both purposes.  This corresponds to the <code class="option">-z</code>
116             option in <span class="command"><strong>dnssec-signzone</strong></span>.
117           </p>
118 </dd>
119 <dt><span class="term">zonefile</span></dt>
120 <dd><p>
121             The file containing the zone to be signed.
122           </p></dd>
123 </dl></div>
124 </div>
125 <div class="refsection">
126 <a name="id-1.14.13.9"></a><h2>SEE ALSO</h2>
127 <p>
128       <span class="citerefentry"><span class="refentrytitle">dnssec-signzone</span>(8)</span>,
129       <em class="citetitle">BIND 9 Administrator Reference Manual</em>,
130       <em class="citetitle">RFC 4033</em>.
131     </p>
132 </div>
133 </div>
134 <div class="navfooter">
135 <hr>
136 <table width="100%" summary="Navigation footer">
137 <tr>
138 <td width="40%" align="left">
139 <a accesskey="p" href="man.dnssec-signzone.html">Prev</a> </td>
140 <td width="20%" align="center"><a accesskey="u" href="Bv9ARM.ch13.html">Up</a></td>
141 <td width="40%" align="right"> <a accesskey="n" href="man.named-checkconf.html">Next</a>
142 </td>
143 </tr>
144 <tr>
145 <td width="40%" align="left" valign="top">
146 <span class="application">dnssec-signzone</span> </td>
147 <td width="20%" align="center"><a accesskey="h" href="Bv9ARM.html">Home</a></td>
148 <td width="40%" align="right" valign="top"> <span class="application">named-checkconf</span>
149 </td>
150 </tr>
151 </table>
152 </div>
153 <p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.9.9-P3 (Extended Support Version)</p>
154 </body>
155 </html>