dnssec-coverage.docbook revision 14a656f94b1fd0ababd84a772228dfa52276ba15
663272199096ed57917f2bfb1d748a0a622b7b24Tinderbox User - Copyright (C) 2013, 2014 Internet Systems Consortium, Inc. ("ISC")
01eb8e213b335b77b114202e8152c8114de8ddecAutomatic Updater - Permission to use, copy, modify, and/or distribute this software for any
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed - purpose with or without fee is hereby granted, provided that the above
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed - copyright notice and this permission notice appear in all copies.
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
663272199096ed57917f2bfb1d748a0a622b7b24Tinderbox User - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed - PERFORMANCE OF THIS SOFTWARE.
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed<!-- Converted by db4-upgrade version 1.0 -->
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed<refentry xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="man.dnssec-coverage">
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed <refentryinfo>
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed <corpauthor>Internet Systems Consortium, Inc.</corpauthor>
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User </refentryinfo>
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed <refentrytitle><application>dnssec-coverage</application></refentrytitle>
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User <refname><application>dnssec-coverage</application></refname>
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User <refpurpose>checks future DNSKEY coverage for a zone</refpurpose>
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed </refnamediv>
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed </copyright>
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed <refsynopsisdiv>
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed <arg choice="opt" rep="norepeat"><option>-K <replaceable class="parameter">directory</replaceable></option></arg>
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed <arg choice="opt" rep="norepeat"><option>-l <replaceable class="parameter">length</replaceable></option></arg>
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed <arg choice="opt" rep="norepeat"><option>-f <replaceable class="parameter">file</replaceable></option></arg>
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed <arg choice="opt" rep="norepeat"><option>-d <replaceable class="parameter">DNSKEY TTL</replaceable></option></arg>
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User <arg choice="opt" rep="norepeat"><option>-m <replaceable class="parameter">max TTL</replaceable></option></arg>
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User <arg choice="opt" rep="norepeat"><option>-r <replaceable class="parameter">interval</replaceable></option></arg>
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User <arg choice="opt" rep="norepeat"><option>-c <replaceable class="parameter">compilezone path</replaceable></option></arg>
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User <arg choice="opt" rep="norepeat"><option>-k</option></arg>
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed <arg choice="opt" rep="norepeat"><option>-z</option></arg>
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed </cmdsynopsis>
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed </refsynopsisdiv>
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed <refsection><info><title>DESCRIPTION</title></info>
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User verifies that the DNSSEC keys for a given zone or a set of zones
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed have timing metadata set properly to ensure no future lapses in DNSSEC
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User If <option>zone</option> is specified, then keys found in
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed the key repository matching that zone are scanned, and an ordered
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed list is generated of the events scheduled for that key (i.e.,
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed publication, activation, inactivation, deletion). The list of
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed events is walked in order of occurrence. Warnings are generated
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User if any event is scheduled which could cause the zone to enter a
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed state in which validation failures might occur: for example, if
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User the number of published or active keys for a given algorithm drops
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed to zero, or if a key is deleted from the zone too soon after a new
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed key is rolled, and cached data signed by the prior key has not had
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User time to expire from resolver caches.
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed If <option>zone</option> is not specified, then all keys in the
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User key repository will be scanned, and all zones for which there are
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed keys will be analyzed. (Note: This method of reporting is only
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User accurate if all the zones that have keys in a given repository
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User share the same TTL parameters.)
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User </refsection>
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User <variablelist>
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed <varlistentry>
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed <term>-K <replaceable class="parameter">directory</replaceable></term>