man.dnssec-checkds.html revision e4a70b8fdfc5d2db2d992d884327a1e1fec67a07
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin - Copyright (C) 2004-2014 Internet Systems Consortium, Inc. ("ISC")
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin - Copyright (C) 2000-2003 Internet Software Consortium.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin - Permission to use, copy, modify, and/or distribute this software for any
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin - purpose with or without fee is hereby granted, provided that the above
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin - copyright notice and this permission notice appear in all copies.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin - PERFORMANCE OF THIS SOFTWARE.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<!-- $Id$ -->
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<link rel="start" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<link rel="up" href="Bv9ARM.ch10.html" title="Manual pages">
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<link rel="next" href="man.dnssec-coverage.html" title="dnssec-coverage">
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
3e14f97f673e8a630f076077de35afdd43dc1587Roger A. Faulkner<table width="100%" summary="Navigation header">
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<tr><th colspan="3" align="center"><span class="application">dnssec-checkds</span></th></tr>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<td width="20%" align="right">�<a accesskey="n" href="man.dnssec-coverage.html">Next</a>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<a name="man.dnssec-checkds"></a><div class="titlepage"></div>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<p><span class="application">dnssec-checkds</span> — A DNSSEC delegation consistency checking tool.</p>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<div class="cmdsynopsis"><p><code class="command">dnssec-checkds</code> [<code class="option">-l <em class="replaceable"><code>domain</code></em></code>] [<code class="option">-f <em class="replaceable"><code>file</code></em></code>] [<code class="option">-d <em class="replaceable"><code>dig path</code></em></code>] [<code class="option">-D <em class="replaceable"><code>dsfromkey path</code></em></code>] {zone}</p></div>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<div class="cmdsynopsis"><p><code class="command">dnssec-dsfromkey</code> [<code class="option">-l <em class="replaceable"><code>domain</code></em></code>] [<code class="option">-f <em class="replaceable"><code>file</code></em></code>] [<code class="option">-d <em class="replaceable"><code>dig path</code></em></code>] [<code class="option">-D <em class="replaceable"><code>dsfromkey path</code></em></code>] {zone}</p></div>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<p><span><strong class="command">dnssec-checkds</strong></span>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin verifies the correctness of Delegation Signer (DS) or DNSSEC
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin Lookaside Validation (DLV) resource records for keys in a specified
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<dt><span class="term">-f <em class="replaceable"><code>file</code></em></span></dt>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin If a <code class="option">file</code> is specified, then the zone is
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin read from that file to find the DNSKEY records. If not,
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin then the DNSKEY records for the zone are looked up in the DNS.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<dt><span class="term">-l <em class="replaceable"><code>domain</code></em></span></dt>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin Check for a DLV record in the specified lookaside domain,
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin instead of checking for a DS record in the zone's parent.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin For example, to check for DLV records for "example.com"
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin in ISC's DLV zone, use:
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin <span><strong class="command">dnssec-checkds -l dlv.isc.org example.com</strong></span>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<dt><span class="term">-d <em class="replaceable"><code>dig path</code></em></span></dt>
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin Specifies a path to a <span><strong class="command">dig</strong></span> binary. Used
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin for testing.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<dt><span class="term">-D <em class="replaceable"><code>dsfromkey path</code></em></span></dt>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin Specifies a path to a <span><strong class="command">dnssec-dsfromkey</strong></span> binary.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin Used for testing.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<p><span class="citerefentry"><span class="refentrytitle">dnssec-dsfromkey</span>(8)</span>,
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin <span class="citerefentry"><span class="refentrytitle">dnssec-keygen</span>(8)</span>,
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin <span class="citerefentry"><span class="refentrytitle">dnssec-signzone</span>(8)</span>,
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<p><span class="corpauthor">Internet Systems Consortium</span>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<td width="20%" align="center"><a accesskey="u" href="Bv9ARM.ch10.html">Up</a></td>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<td width="40%" align="right">�<a accesskey="n" href="man.dnssec-coverage.html">Next</a>
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin<td width="20%" align="center"><a accesskey="h" href="Bv9ARM.html">Home</a></td>
3e14f97f673e8a630f076077de35afdd43dc1587Roger A. Faulkner<td width="40%" align="right" valign="top">�<span class="application">dnssec-coverage</span>