dnssec-checkds.html revision d6fa26d0adaec6c910115be34fe7a5a5f402c14f
0N/A<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2362N/A<!--
0N/A - Copyright (C) 2012-2016 Internet Systems Consortium, Inc. ("ISC")
0N/A -
0N/A - This Source Code Form is subject to the terms of the Mozilla Public
0N/A - License, v. 2.0. If a copy of the MPL was not distributed with this
2362N/A - file, You can obtain one at http://mozilla.org/MPL/2.0/.
0N/A-->
2362N/A<html lang="en">
0N/A<head>
0N/A<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
0N/A<title>dnssec-checkds</title>
0N/A<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
0N/A</head>
0N/A<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry">
0N/A<a name="man.dnssec-checkds"></a><div class="titlepage"></div>
0N/A<div class="refnamediv">
0N/A<h2>Name</h2>
0N/A<p><span class="application">dnssec-checkds</span> &#8212; DNSSEC delegation consistency checking tool</p>
0N/A</div>
2362N/A<div class="refsynopsisdiv">
2362N/A<h2>Synopsis</h2>
2362N/A<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>
0N/A<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>
0N/A</div>
0N/A<div class="refsection">
0N/A<a name="id-1.7"></a><h2>DESCRIPTION</h2>
0N/A<p><span class="command"><strong>dnssec-checkds</strong></span>
0N/A verifies the correctness of Delegation Signer (DS) or DNSSEC
0N/A Lookaside Validation (DLV) resource records for keys in a specified
0N/A zone.
0N/A </p>
0N/A</div>
0N/A<div class="refsection">
0N/A<a name="id-1.8"></a><h2>OPTIONS</h2>
0N/A<div class="variablelist"><dl class="variablelist">
0N/A<dt><span class="term">-f <em class="replaceable"><code>file</code></em></span></dt>
0N/A<dd><p>
0N/A If a <code class="option">file</code> is specified, then the zone is
0N/A read from that file to find the DNSKEY records. If not,
0N/A then the DNSKEY records for the zone are looked up in the DNS.
0N/A </p></dd>
0N/A<dt><span class="term">-l <em class="replaceable"><code>domain</code></em></span></dt>
0N/A<dd><p>
0N/A Check for a DLV record in the specified lookaside domain,
0N/A instead of checking for a DS record in the zone's parent.
0N/A For example, to check for DLV records for "example.com"
0N/A in ISC's DLV zone, use:
0N/A <span class="command"><strong>dnssec-checkds -l dlv.isc.org example.com</strong></span>
0N/A </p></dd>
0N/A<dt><span class="term">-d <em class="replaceable"><code>dig path</code></em></span></dt>
0N/A<dd><p>
0N/A Specifies a path to a <span class="command"><strong>dig</strong></span> binary. Used
0N/A for testing.
0N/A </p></dd>
0N/A<dt><span class="term">-D <em class="replaceable"><code>dsfromkey path</code></em></span></dt>
0N/A<dd><p>
0N/A Specifies a path to a <span class="command"><strong>dnssec-dsfromkey</strong></span> binary.
0N/A Used for testing.
0N/A </p></dd>
0N/A</dl></div>
0N/A</div>
0N/A<div class="refsection">
0N/A<a name="id-1.9"></a><h2>SEE ALSO</h2>
0N/A<p><span class="citerefentry"><span class="refentrytitle">dnssec-dsfromkey</span>(8)</span>,
0N/A <span class="citerefentry"><span class="refentrytitle">dnssec-keygen</span>(8)</span>,
0N/A <span class="citerefentry"><span class="refentrytitle">dnssec-signzone</span>(8)</span>,
0N/A </p>
0N/A</div>
0N/A</div></body>
0N/A</html>
0N/A