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