dnssec-verify.html revision da5d53fb1401f5e17a77373af32d865489aa04a8
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw - Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC")
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw - Permission to use, copy, modify, and/or distribute this software for any
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw - purpose with or without fee is hereby granted, provided that the above
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw - copyright notice and this permission notice appear in all copies.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw - PERFORMANCE OF THIS SOFTWARE.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw<!-- $Id$ -->
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
dc20a3024900c47dd2ee44b9707e6df38f7d62a5as<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw<a name="man.dnssec-verify"></a><div class="titlepage"></div>
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw<p><span class="application">dnssec-verify</span> — DNSSEC zone verification tool</p>
6537f381d2d9e7b4e2f7b29c3e7a3f13be036f2eas<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">-x</code>] [<code class="option">-z</code>] {zonefile}</p></div>
3db3f65c6274eb042354801a308c8e9bc4994553amw<p><span><strong class="command">dnssec-verify</strong></span>
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw verifies that a zone is fully signed for each algorithm found
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw in the DNSKEY RRset for the zone, and that the NSEC / NSEC3
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw chains are complete.
6537f381d2d9e7b4e2f7b29c3e7a3f13be036f2eas<dt><span class="term">-c <em class="replaceable"><code>class</code></em></span></dt>
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw Specifies the DNS class of the zone.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw<dt><span class="term">-I <em class="replaceable"><code>input-format</code></em></span></dt>
faa1795a28a5c712eed6d0a3f84d98c368a316c6jb The format of the input zone file.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw Possible formats are <span><strong class="command">"text"</strong></span> (default)
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw and <span><strong class="command">"raw"</strong></span>.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw This option is primarily intended to be used for dynamic
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw signed zones so that the dumped zone file in a non-text
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw format containing updates can be verified independently.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw The use of this option does not make much sense for
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw non-dynamic zones.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw<dt><span class="term">-o <em class="replaceable"><code>origin</code></em></span></dt>
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw The zone origin. If not specified, the name of the zone file
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw is assumed to be the origin.
3ad684d66b78e06edd37e2c4fd3b3949f095194bjb<dt><span class="term">-v <em class="replaceable"><code>level</code></em></span></dt>
3db3f65c6274eb042354801a308c8e9bc4994553amw Sets the debugging level.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw Only verify that the DNSKEY RRset is signed with key-signing
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw keys. Without this flag, it is assumed that the DNSKEY RRset
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw will be signed by all active keys. When this flag is set,