man.dnssec-coverage.html revision a1ff871f78b7d907d6fc3a382beea2a640fe8423
f78b12e570284aa8291f4ca1add24937fd107403vboxsync - Copyright (C) 2004-2015 Internet Systems Consortium, Inc. ("ISC")
f78b12e570284aa8291f4ca1add24937fd107403vboxsync - Copyright (C) 2000-2003 Internet Software Consortium.
f78b12e570284aa8291f4ca1add24937fd107403vboxsync - Permission to use, copy, modify, and/or distribute this software for any
f78b12e570284aa8291f4ca1add24937fd107403vboxsync - purpose with or without fee is hereby granted, provided that the above
f78b12e570284aa8291f4ca1add24937fd107403vboxsync - copyright notice and this permission notice appear in all copies.
f78b12e570284aa8291f4ca1add24937fd107403vboxsync - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
f78b12e570284aa8291f4ca1add24937fd107403vboxsync - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
f78b12e570284aa8291f4ca1add24937fd107403vboxsync - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
f78b12e570284aa8291f4ca1add24937fd107403vboxsync - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
f78b12e570284aa8291f4ca1add24937fd107403vboxsync - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
f78b12e570284aa8291f4ca1add24937fd107403vboxsync - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
f78b12e570284aa8291f4ca1add24937fd107403vboxsync - PERFORMANCE OF THIS SOFTWARE.
f78b12e570284aa8291f4ca1add24937fd107403vboxsync<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
f78b12e570284aa8291f4ca1add24937fd107403vboxsync<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
f78b12e570284aa8291f4ca1add24937fd107403vboxsync<link rel="home" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
f78b12e570284aa8291f4ca1add24937fd107403vboxsync<link rel="up" href="Bv9ARM.ch13.html" title="Manual pages">
f78b12e570284aa8291f4ca1add24937fd107403vboxsync<link rel="prev" href="man.dnssec-checkds.html" title="dnssec-checkds">
f78b12e570284aa8291f4ca1add24937fd107403vboxsync<link rel="next" href="man.dnssec-dsfromkey.html" title="dnssec-dsfromkey">
f78b12e570284aa8291f4ca1add24937fd107403vboxsync<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
f78b12e570284aa8291f4ca1add24937fd107403vboxsync<tr><th colspan="3" align="center"><span class="application">dnssec-coverage</span></th></tr>
f78b12e570284aa8291f4ca1add24937fd107403vboxsync<a accesskey="p" href="man.dnssec-checkds.html">Prev</a>�</td>
f78b12e570284aa8291f4ca1add24937fd107403vboxsync<td width="20%" align="right">�<a accesskey="n" href="man.dnssec-dsfromkey.html">Next</a>
f78b12e570284aa8291f4ca1add24937fd107403vboxsync<a name="man.dnssec-coverage"></a><div class="titlepage"></div>
f78b12e570284aa8291f4ca1add24937fd107403vboxsync<p><span class="application">dnssec-coverage</span> — checks future DNSKEY coverage for a zone</p>
f78b12e570284aa8291f4ca1add24937fd107403vboxsync<div class="cmdsynopsis"><p><code class="command">dnssec-coverage</code> [<code class="option">-K <em class="replaceable"><code>directory</code></em></code>] [<code class="option">-l <em class="replaceable"><code>length</code></em></code>] [<code class="option">-f <em class="replaceable"><code>file</code></em></code>] [<code class="option">-d <em class="replaceable"><code>DNSKEY TTL</code></em></code>] [<code class="option">-m <em class="replaceable"><code>max TTL</code></em></code>] [<code class="option">-r <em class="replaceable"><code>interval</code></em></code>] [<code class="option">-c <em class="replaceable"><code>compilezone path</code></em></code>] [<code class="option">-k</code>] [<code class="option">-z</code>] [zone...]</p></div>
f78b12e570284aa8291f4ca1add24937fd107403vboxsync<p><span class="command"><strong>dnssec-coverage</strong></span>
f78b12e570284aa8291f4ca1add24937fd107403vboxsync verifies that the DNSSEC keys for a given zone or a set of zones
f78b12e570284aa8291f4ca1add24937fd107403vboxsync have timing metadata set properly to ensure no future lapses in DNSSEC
f78b12e570284aa8291f4ca1add24937fd107403vboxsync If <code class="option">zone</code> is specified, then keys found in
f78b12e570284aa8291f4ca1add24937fd107403vboxsync the key repository matching that zone are scanned, and an ordered
f78b12e570284aa8291f4ca1add24937fd107403vboxsync list is generated of the events scheduled for that key (i.e.,
f78b12e570284aa8291f4ca1add24937fd107403vboxsync publication, activation, inactivation, deletion). The list of
f78b12e570284aa8291f4ca1add24937fd107403vboxsync events is walked in order of occurrence. Warnings are generated
f78b12e570284aa8291f4ca1add24937fd107403vboxsync if any event is scheduled which could cause the zone to enter a
f78b12e570284aa8291f4ca1add24937fd107403vboxsync state in which validation failures might occur: for example, if
f78b12e570284aa8291f4ca1add24937fd107403vboxsync the number of published or active keys for a given algorithm drops
f78b12e570284aa8291f4ca1add24937fd107403vboxsync to zero, or if a key is deleted from the zone too soon after a new
f78b12e570284aa8291f4ca1add24937fd107403vboxsync key is rolled, and cached data signed by the prior key has not had
f78b12e570284aa8291f4ca1add24937fd107403vboxsync time to expire from resolver caches.
f78b12e570284aa8291f4ca1add24937fd107403vboxsync If <code class="option">zone</code> is not specified, then all keys in the
f78b12e570284aa8291f4ca1add24937fd107403vboxsync key repository will be scanned, and all zones for which there are
f78b12e570284aa8291f4ca1add24937fd107403vboxsync keys will be analyzed. (Note: This method of reporting is only
f78b12e570284aa8291f4ca1add24937fd107403vboxsync accurate if all the zones that have keys in a given repository
f78b12e570284aa8291f4ca1add24937fd107403vboxsync share the same TTL parameters.)
f78b12e570284aa8291f4ca1add24937fd107403vboxsync<dt><span class="term">-K <em class="replaceable"><code>directory</code></em></span></dt>