man.dnssec-verify.html revision 71cef386fae61275b03e203825680b39fedaa8c6
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg - Copyright (C) 2000-2018 Internet Systems Consortium, Inc. ("ISC")
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg - This Source Code Form is subject to the terms of the Mozilla Public
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg - License, v. 2.0. If a copy of the MPL was not distributed with this
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg - file, You can obtain one at http://mozilla.org/MPL/2.0/.
0662ed52e814f8f08ef0e09956413a792584eddffuankg<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg<link rel="home" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg<link rel="up" href="Bv9ARM.ch13.html" title="Manual pages">
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg<link rel="prev" href="man.dnssec-signzone.html" title="dnssec-signzone">
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg<link rel="next" href="man.lwresd.html" title="lwresd">
16b55a35cff91315d261d1baa776138af465c4e4fuankg<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
16b55a35cff91315d261d1baa776138af465c4e4fuankg<tr><th colspan="3" align="center"><span class="application">dnssec-verify</span></th></tr>
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg<a accesskey="p" href="man.dnssec-signzone.html">Prev</a>�</td>
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg<td width="20%" align="right">�<a accesskey="n" href="man.lwresd.html">Next</a>
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg<a name="man.dnssec-verify"></a><div class="titlepage"></div>
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg — DNSSEC zone verification tool
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg [<code class="option">-c <em class="replaceable"><code>class</code></em></code>]
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg [<code class="option">-E <em class="replaceable"><code>engine</code></em></code>]
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg [<code class="option">-I <em class="replaceable"><code>input-format</code></em></code>]
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg [<code class="option">-o <em class="replaceable"><code>origin</code></em></code>]
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg [<code class="option">-v <em class="replaceable"><code>level</code></em></code>]
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg <p><span class="command"><strong>dnssec-verify</strong></span>
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg verifies that a zone is fully signed for each algorithm found
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg in the DNSKEY RRset for the zone, and that the NSEC / NSEC3
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg chains are complete.
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg<dt><span class="term">-c <em class="replaceable"><code>class</code></em></span></dt>
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg Specifies the DNS class of the zone.
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg<dt><span class="term">-E <em class="replaceable"><code>engine</code></em></span></dt>
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg Specifies the cryptographic hardware to use, when applicable.
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg When BIND is built with OpenSSL PKCS#11 support, this defaults
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg to the string "pkcs11", which identifies an OpenSSL engine
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg that can drive a cryptographic accelerator or hardware service
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg module. When BIND is built with native PKCS#11 cryptography
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg (--enable-native-pkcs11), it defaults to the path of the PKCS#11
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg provider library specified via "--with-pkcs11".
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg<dt><span class="term">-I <em class="replaceable"><code>input-format</code></em></span></dt>
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg The format of the input zone file.
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg Possible formats are <span class="command"><strong>"text"</strong></span> (default)
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg and <span class="command"><strong>"raw"</strong></span>.
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg This option is primarily intended to be used for dynamic
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg signed zones so that the dumped zone file in a non-text
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg format containing updates can be verified independently.
0662ed52e814f8f08ef0e09956413a792584eddffuankg The use of this option does not make much sense for
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg non-dynamic zones.
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg<dt><span class="term">-o <em class="replaceable"><code>origin</code></em></span></dt>
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg The zone origin. If not specified, the name of the zone file
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg is assumed to be the origin.
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg<dt><span class="term">-v <em class="replaceable"><code>level</code></em></span></dt>
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg Sets the debugging level.
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg Prints version information.
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg Only verify that the DNSKEY RRset is signed with key-signing
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg keys. Without this flag, it is assumed that the DNSKEY RRset
0662ed52e814f8f08ef0e09956413a792584eddffuankg will be signed by all active keys. When this flag is set,
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg it will not be an error if the DNSKEY RRset is not signed
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg by zone-signing keys. This corresponds to the <code class="option">-x</code>
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg option in <span class="command"><strong>dnssec-signzone</strong></span>.
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg Ignore the KSK flag on the keys when determining whether
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg the zone if correctly signed. Without this flag it is
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg assumed that there will be a non-revoked, self-signed
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg DNSKEY with the KSK flag set for each algorithm and
fd7c287b8fcccc3e1e7834bf8daf8fe7fd6cd49dfuankg that RRsets other than DNSKEY RRset will be signed with
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg a different DNSKEY without the KSK flag set.
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg With this flag set, we only require that for each algorithm,
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg there will be at least one non-revoked, self-signed DNSKEY,
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg regardless of the KSK flag state, and that other RRsets
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg will be signed by a non-revoked key for the same algorithm
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg that includes the self-signed key; the same key may be used
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg for both purposes. This corresponds to the <code class="option">-z</code>
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg option in <span class="command"><strong>dnssec-signzone</strong></span>.
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg The file containing the zone to be signed.
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg <span class="refentrytitle">dnssec-signzone</span>(8)
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg <em class="citetitle">BIND 9 Administrator Reference Manual</em>,
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg<a accesskey="p" href="man.dnssec-signzone.html">Prev</a>�</td>
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg<td width="20%" align="center"><a accesskey="u" href="Bv9ARM.ch13.html">Up</a></td>
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg<td width="40%" align="right">�<a accesskey="n" href="man.lwresd.html">Next</a>
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg<span class="application">dnssec-signzone</span>�</td>
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg<td width="20%" align="center"><a accesskey="h" href="Bv9ARM.html">Home</a></td>
13b501825bce68e7e49b4bc775da93e38d9bd9f3fuankg<td width="40%" align="right" valign="top">�<span class="application">lwresd</span>
8ffac2c334103c0336602aaede650cb578611151fuankg<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.2 (Extended Support Version)</p>