man.dnssec-coverage.html revision 38a5df33f461f2379639ef95d282d3658f68ed04
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster - Copyright (C) 2000-2017 Internet Systems Consortium, Inc. ("ISC")
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster - This Source Code Form is subject to the terms of the Mozilla Public
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster - License, v. 2.0. If a copy of the MPL was not distributed with this
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster - file, You can obtain one at http://mozilla.org/MPL/2.0/.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster<link rel="home" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster<link rel="up" href="Bv9ARM.ch13.html" title="Manual pages">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster<link rel="prev" href="man.dnssec-checkds.html" title="dnssec-checkds">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster<link rel="next" href="man.dnssec-dsfromkey.html" title="dnssec-dsfromkey">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster<table width="100%" summary="Navigation header">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster<tr><th colspan="3" align="center"><span class="application">dnssec-coverage</span></th></tr>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster<a accesskey="p" href="man.dnssec-checkds.html">Prev</a>�</td>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster<th width="60%" align="center">Manual pages</th>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster<td width="20%" align="right">�<a accesskey="n" href="man.dnssec-dsfromkey.html">Next</a>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster<a name="man.dnssec-coverage"></a><div class="titlepage"></div>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <span class="application">dnssec-coverage</span>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster — checks future DNSKEY coverage for a zone
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster [<code class="option">-K <em class="replaceable"><code>directory</code></em></code>]
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster [<code class="option">-l <em class="replaceable"><code>length</code></em></code>]
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster [<code class="option">-f <em class="replaceable"><code>file</code></em></code>]
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster [<code class="option">-d <em class="replaceable"><code>DNSKEY TTL</code></em></code>]
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster [<code class="option">-m <em class="replaceable"><code>max TTL</code></em></code>]
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster [<code class="option">-r <em class="replaceable"><code>interval</code></em></code>]
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster [<code class="option">-c <em class="replaceable"><code>compilezone path</code></em></code>]
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <p><span class="command"><strong>dnssec-coverage</strong></span>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster verifies that the DNSSEC keys for a given zone or a set of zones
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster have timing metadata set properly to ensure no future lapses in DNSSEC
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster If <code class="option">zone</code> is specified, then keys found in
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster the key repository matching that zone are scanned, and an ordered
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster list is generated of the events scheduled for that key (i.e.,
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster publication, activation, inactivation, deletion). The list of
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster events is walked in order of occurrence. Warnings are generated
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if any event is scheduled which could cause the zone to enter a
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state in which validation failures might occur: for example, if
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster the number of published or active keys for a given algorithm drops
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster to zero, or if a key is deleted from the zone too soon after a new
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster key is rolled, and cached data signed by the prior key has not had
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster time to expire from resolver caches.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster If <code class="option">zone</code> is not specified, then all keys in the
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster key repository will be scanned, and all zones for which there are
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster keys will be analyzed. (Note: This method of reporting is only
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster accurate if all the zones that have keys in a given repository
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster share the same TTL parameters.)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <div class="variablelist"><dl class="variablelist">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster<dt><span class="term">-K <em class="replaceable"><code>directory</code></em></span></dt>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Sets the directory in which keys can be found. Defaults to the
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster current working directory.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster<dt><span class="term">-f <em class="replaceable"><code>file</code></em></span></dt>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster If a <code class="option">file</code> is specified, then the zone is
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster read from that file; the largest TTL and the DNSKEY TTL are
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster determined directly from the zone data, and the
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <code class="option">-m</code> and <code class="option">-d</code> options do
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster not need to be specified on the command line.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster<dt><span class="term">-l <em class="replaceable"><code>duration</code></em></span></dt>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster The length of time to check for DNSSEC coverage. Key events
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster scheduled further into the future than <code class="option">duration</code>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster will be ignored, and assumed to be correct.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster The value of <code class="option">duration</code> can be set in seconds,
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster or in larger units of time by adding a suffix: 'mi' for minutes,
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster 'h' for hours, 'd' for days, 'w' for weeks, 'mo' for months,
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster 'y' for years.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster<dt><span class="term">-m <em class="replaceable"><code>maximum TTL</code></em></span></dt>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Sets the value to be used as the maximum TTL for the zone or
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster zones being analyzed when determining whether there is a
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster possibility of validation failure. When a zone-signing key is
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster deactivated, there must be enough time for the record in the
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster zone with the longest TTL to have expired from resolver caches