man.dnssec-verify.html revision ddbd14ec13b6dc0130a94b46b6a3156549cb9911
369N/A<!--
4659N/A - Copyright (C) 2004-2014 Internet Systems Consortium, Inc. ("ISC")
369N/A - Copyright (C) 2000-2003 Internet Software Consortium.
369N/A -
369N/A - Permission to use, copy, modify, and/or distribute this software for any
369N/A - purpose with or without fee is hereby granted, provided that the above
369N/A - copyright notice and this permission notice appear in all copies.
369N/A -
369N/A - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
369N/A - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
369N/A - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
369N/A - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
369N/A - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
369N/A - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
369N/A - PERFORMANCE OF THIS SOFTWARE.
369N/A-->
369N/A<!-- $Id$ -->
369N/A<html>
369N/A<head>
369N/A<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
369N/A<title>dnssec-verify</title>
369N/A<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
369N/A<link rel="start" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
369N/A<link rel="up" href="Bv9ARM.ch10.html" title="Manual pages">
369N/A<link rel="prev" href="man.dnssec-signzone.html" title="dnssec-signzone">
369N/A<link rel="next" href="man.named-checkconf.html" title="named-checkconf">
369N/A</head>
369N/A<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
369N/A<div class="navheader">
369N/A<table width="100%" summary="Navigation header">
369N/A<tr><th colspan="3" align="center"><span class="application">dnssec-verify</span></th></tr>
369N/A<tr>
369N/A<td width="20%" align="left">
369N/A<a accesskey="p" href="man.dnssec-signzone.html">Prev</a>�</td>
369N/A<th width="60%" align="center">Manual pages</th>
369N/A<td width="20%" align="right">�<a accesskey="n" href="man.named-checkconf.html">Next</a>
369N/A</td>
736N/A</tr>
369N/A</table>
369N/A<hr>
369N/A</div>
369N/A<div class="refentry" lang="en">
369N/A<a name="man.dnssec-verify"></a><div class="titlepage"></div>
369N/A<div class="refnamediv">
369N/A<h2>Name</h2>
369N/A<p><span class="application">dnssec-verify</span> &#8212; DNSSEC zone verification tool</p>
369N/A</div>
4659N/A<div class="refsynopsisdiv">
369N/A<h2>Synopsis</h2>
369N/A<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>
369N/A</div>
369N/A<div class="refsect1" lang="en">
369N/A<a name="id2645013"></a><h2>DESCRIPTION</h2>
369N/A<p><span><strong class="command">dnssec-verify</strong></span>
369N/A verifies that a zone is fully signed for each algorithm found
369N/A in the DNSKEY RRset for the zone, and that the NSEC / NSEC3
369N/A chains are complete.
369N/A </p>
369N/A</div>
369N/A<div class="refsect1" lang="en">
369N/A<a name="id2645027"></a><h2>OPTIONS</h2>
369N/A<div class="variablelist"><dl>
369N/A<dt><span class="term">-c <em class="replaceable"><code>class</code></em></span></dt>
369N/A<dd><p>
369N/A Specifies the DNS class of the zone.
369N/A </p></dd>
369N/A<dt><span class="term">-E <em class="replaceable"><code>engine</code></em></span></dt>
369N/A<dd>
369N/A<p>
369N/A Specifies the cryptographic hardware to use, when applicable.
369N/A </p>
369N/A<p>
369N/A When BIND is built with OpenSSL PKCS#11 support, this defaults
369N/A to the string "pkcs11", which identifies an OpenSSL engine
369N/A that can drive a cryptographic accelerator or hardware service
736N/A module. When BIND is built with native PKCS#11 cryptography
736N/A (--enable-native-pkcs11), it defaults to the path of the PKCS#11
736N/A provider library specified via "--with-pkcs11".
736N/A </p>
369N/A</dd>
369N/A<dt><span class="term">-I <em class="replaceable"><code>input-format</code></em></span></dt>
369N/A<dd><p>
736N/A The format of the input zone file.
369N/A Possible formats are <span><strong class="command">"text"</strong></span> (default)
736N/A and <span><strong class="command">"raw"</strong></span>.
369N/A This option is primarily intended to be used for dynamic
369N/A signed zones so that the dumped zone file in a non-text
369N/A format containing updates can be verified independently.
369N/A The use of this option does not make much sense for
369N/A non-dynamic zones.
369N/A </p></dd>
736N/A<dt><span class="term">-o <em class="replaceable"><code>origin</code></em></span></dt>
736N/A<dd><p>
369N/A The zone origin. If not specified, the name of the zone file
369N/A is assumed to be the origin.
736N/A </p></dd>
369N/A<dt><span class="term">-v <em class="replaceable"><code>level</code></em></span></dt>
736N/A<dd><p>
369N/A Sets the debugging level.
369N/A </p></dd>
369N/A<dt><span class="term">-V</span></dt>
369N/A<dd><p>
369N/A Prints version information.
369N/A </p></dd>
369N/A<dt><span class="term">-x</span></dt>
369N/A<dd><p>
369N/A Only verify that the DNSKEY RRset is signed with key-signing
369N/A keys. Without this flag, it is assumed that the DNSKEY RRset
736N/A will be signed by all active keys. When this flag is set,
736N/A it will not be an error if the DNSKEY RRset is not signed
736N/A by zone-signing keys. This corresponds to the <code class="option">-x</code>
736N/A option in <span><strong class="command">dnssec-signzone</strong></span>.
736N/A </p></dd>
369N/A<dt><span class="term">-z</span></dt>
736N/A<dd>
736N/A<p>
369N/A Ignore the KSK flag on the keys when determining whether
369N/A the zone if correctly signed. Without this flag it is
369N/A assumed that there will be a non-revoked, self-signed
369N/A DNSKEY with the KSK flag set for each algorithm and
736N/A that RRsets other than DNSKEY RRset will be signed with
736N/A a different DNSKEY without the KSK flag set.
736N/A </p>
736N/A<p>
736N/A With this flag set, we only require that for each algorithm,
736N/A there will be at least one non-revoked, self-signed DNSKEY,
736N/A regardless of the KSK flag state, and that other RRsets
736N/A will be signed by a non-revoked key for the same algorithm
369N/A that includes the self-signed key; the same key may be used
736N/A for both purposes. This corresponds to the <code class="option">-z</code>
369N/A option in <span><strong class="command">dnssec-signzone</strong></span>.
736N/A </p>
736N/A</dd>
369N/A<dt><span class="term">zonefile</span></dt>
369N/A<dd><p>
369N/A The file containing the zone to be signed.
369N/A </p></dd>
369N/A</dl></div>
736N/A</div>
369N/A<div class="refsect1" lang="en">
369N/A<a name="id2645210"></a><h2>SEE ALSO</h2>
736N/A<p>
736N/A <span class="citerefentry"><span class="refentrytitle">dnssec-signzone</span>(8)</span>,
736N/A <em class="citetitle">BIND 9 Administrator Reference Manual</em>,
736N/A <em class="citetitle">RFC 4033</em>.
736N/A </p>
736N/A</div>
736N/A<div class="refsect1" lang="en">
736N/A<a name="id2645236"></a><h2>AUTHOR</h2>
736N/A<p><span class="corpauthor">Internet Systems Consortium</span>
736N/A </p>
736N/A</div>
736N/A</div>
736N/A<div class="navfooter">
736N/A<hr>
369N/A<table width="100%" summary="Navigation footer">
369N/A<tr>
369N/A<td width="40%" align="left">
369N/A<a accesskey="p" href="man.dnssec-signzone.html">Prev</a>�</td>
369N/A<td width="20%" align="center"><a accesskey="u" href="Bv9ARM.ch10.html">Up</a></td>
369N/A<td width="40%" align="right">�<a accesskey="n" href="man.named-checkconf.html">Next</a>
</td>
</tr>
<tr>
<td width="40%" align="left" valign="top">
<span class="application">dnssec-signzone</span>�</td>
<td width="20%" align="center"><a accesskey="h" href="Bv9ARM.html">Home</a></td>
<td width="40%" align="right" valign="top">�<span class="application">named-checkconf</span>
</td>
</tr>
</table>
</div>
<p style="text-align: center;">BIND 9.11.0pre-alpha</p>
</body>
</html>