2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 15:05:23 +00:00

regen master

This commit is contained in:
Tinderbox User
2014-01-12 01:04:54 +00:00
parent f70a10508f
commit 9c8c1a0485
23 changed files with 195 additions and 124 deletions

View File

@@ -32,7 +32,7 @@
dnssec\-coverage \- checks future DNSKEY coverage for a zone
.SH "SYNOPSIS"
.HP 16
\fBdnssec\-coverage\fR [\fB\-K\ \fR\fB\fIdirectory\fR\fR] [\fB\-f\ \fR\fB\fIfile\fR\fR] [\fB\-d\ \fR\fB\fIDNSKEY\ TTL\fR\fR] [\fB\-m\ \fR\fB\fImax\ TTL\fR\fR] [\fB\-r\ \fR\fB\fIinterval\fR\fR] [\fB\-c\ \fR\fB\fIcompilezone\ path\fR\fR] [zone]
\fBdnssec\-coverage\fR [\fB\-K\ \fR\fB\fIdirectory\fR\fR] [\fB\-l\ \fR\fB\fIlength\fR\fR] [\fB\-f\ \fR\fB\fIfile\fR\fR] [\fB\-d\ \fR\fB\fIDNSKEY\ TTL\fR\fR] [\fB\-m\ \fR\fB\fImax\ TTL\fR\fR] [\fB\-r\ \fR\fB\fIinterval\fR\fR] [\fB\-c\ \fR\fB\fIcompilezone\ path\fR\fR] [\fB\-k\fR] [\fB\-z\fR] [zone]
.SH "DESCRIPTION"
.PP
\fBdnssec\-coverage\fR
@@ -47,6 +47,11 @@ If
is not specified, then all keys in the key repository will be scanned, and all zones for which there are keys will be analyzed. (Note: This method of reporting is only accurate if all the zones that have keys in a given repository share the same TTL parameters.)
.SH "OPTIONS"
.PP
\-K \fIdirectory\fR
.RS 4
Sets the directory in which keys can be found. Defaults to the current working directory.
.RE
.PP
\-f \fIfile\fR
.RS 4
If a
@@ -58,9 +63,15 @@ and
options do not need to be specified on the command line.
.RE
.PP
\-K \fIdirectory\fR
\-l \fIduration\fR
.RS 4
Sets the directory in which keys can be found. Defaults to the current working directory.
The length of time to check for DNSSEC coverage. Key events scheduled further into the future than
\fBduration\fR
will be ignored, and assumed to be correct.
.sp
The value of
\fBduration\fR
can be set in seconds, or in larger units of time by adding a suffix: 'mi' for minutes, 'h' for hours, 'd' for days, 'w' for weeks, 'mo' for months, 'y' for years.
.RE
.PP
\-m \fImaximum TTL\fR
@@ -101,6 +112,18 @@ option in
The length of the interval can be set in seconds, or in larger units of time by adding a suffix: 'mi' for minutes, 'h' for hours, 'd' for days, 'w' for weeks, 'mo' for months, 'y' for years.
.RE
.PP
\-k
.RS 4
Only check KSK coverage; ignore ZSK events. Cannot be used with
\fB\-z\fR.
.RE
.PP
\-z
.RS 4
Only check ZSK coverage; ignore KSK events. Cannot be used with
\fB\-k\fR.
.RE
.PP
\-c \fIcompilezone path\fR
.RS 4
Specifies a path to a
@@ -117,5 +140,5 @@ binary. Used for testing.
.PP
Internet Systems Consortium
.SH "COPYRIGHT"
Copyright \(co 2013 Internet Systems Consortium, Inc. ("ISC")
Copyright \(co 2013, 2014 Internet Systems Consortium, Inc. ("ISC")
.br