2015-10-06 23:45:23 +00:00
. \" Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC")
2012-06-29 01:49:43 +00:00
. \"
2012-06-28 17:06:00 +10:00
. \" Permission to use, copy, modify, and/or distribute this software for any
. \" purpose with or without fee is hereby granted, provided that the above
. \" copyright notice and this permission notice appear in all copies.
2012-06-29 01:49:43 +00:00
. \"
2012-06-28 17:06:00 +10:00
. \" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
. \" REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
2012-06-29 01:49:43 +00:00
. \" AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
2012-06-28 17:06:00 +10:00
. \" INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
. \" LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
. \" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
. \" PERFORMANCE OF THIS SOFTWARE.
. \"
.hy 0
.ad l
2015-10-06 05:45:21 +00:00
'\" t
. \" Title: dnssec-checkds
2012-06-28 17:06:00 +10:00
. \" Author:
2015-10-07 04:11:09 +00:00
. \" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
2015-10-06 05:45:21 +00:00
. \" Date: 2013-01-01
2012-06-28 17:06:00 +10:00
. \" Manual: BIND9
2015-10-06 05:45:21 +00:00
. \" Source: ISC
. \" Language: English
2012-06-28 17:06:00 +10:00
. \"
2015-10-06 05:45:21 +00:00
.TH "DNSSEC\-CHECKDS" "8" "2013\-01\-01" "ISC" "BIND9"
. \" -----------------------------------------------------------------
. \" * Define some portability stuff
. \" -----------------------------------------------------------------
. \" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
. \" http://bugs.debian.org/507673
. \" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
. \" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n (.g .ds Aq \(aq
.el .ds Aq '
. \" -----------------------------------------------------------------
. \" * set default formatting
. \" -----------------------------------------------------------------
2012-06-28 17:06:00 +10:00
. \" disable hyphenation
.nh
. \" disable justification (adjust text to left margin only)
.ad l
2015-10-06 05:45:21 +00:00
. \" -----------------------------------------------------------------
. \" * MAIN CONTENT STARTS HERE *
. \" -----------------------------------------------------------------
2012-06-28 17:06:00 +10:00
.SH "NAME"
2015-10-06 05:45:21 +00:00
dnssec-checkds \- A DNSSEC delegation consistency checking tool\& .
2012-06-28 17:06:00 +10:00
.SH "SYNOPSIS"
2015-10-07 04:11:09 +00:00
.HP \w '\fBdnssec\-checkds\fR\ 'u
2012-11-26 01:04:39 +00:00
\fB dnssec\- checkds\fR [\fB \- l\ \fR \fB \fI domain\fR \fR ] [\fB \- f\ \fR \fB \fI file\fR \fR ] [\fB \- d\ \fR \fB \fI dig\ path\fR \fR ] [\fB \- D\ \fR \fB \fI dsfromkey\ path\fR \fR ] {zone}
2015-10-07 04:11:09 +00:00
.HP \w '\fBdnssec\-dsfromkey\fR\ 'u
2012-06-28 17:06:00 +10:00
\fB dnssec\- dsfromkey\fR [\fB \- l\ \fR \fB \fI domain\fR \fR ] [\fB \- f\ \fR \fB \fI file\fR \fR ] [\fB \- d\ \fR \fB \fI dig\ path\fR \fR ] [\fB \- D\ \fR \fB \fI dsfromkey\ path\fR \fR ] {zone}
.SH "DESCRIPTION"
.PP
\fB dnssec\- checkds\fR
2015-10-06 05:45:21 +00:00
verifies the correctness of Delegation Signer (DS) or DNSSEC Lookaside Validation (DLV) resource records for keys in a specified zone\& .
2012-06-28 17:06:00 +10:00
.SH "OPTIONS"
.PP
\- f \fI file\fR
.RS 4
If a
\fB file\fR
2015-10-06 05:45:21 +00:00
is specified, then the zone is read from that file to find the DNSKEY records\& . If not, then the DNSKEY records for the zone are looked up in the DNS\& .
2012-06-28 17:06:00 +10:00
.RE
.PP
\- l \fI domain\fR
.RS 4
2015-10-06 05:45:21 +00:00
Check for a DLV record in the specified lookaside domain, instead of checking for a DS record in the zone\* (Aqs parent\& . For example, to check for DLV records for "example\& .com" in ISC\* (Aqs DLV zone, use:
\fB dnssec\- checkds \- l dlv\& .isc\& .org example\& .com\fR
2012-06-28 17:06:00 +10:00
.RE
.PP
\- d \fI dig path\fR
.RS 4
Specifies a path to a
\fB dig\fR
2015-10-06 05:45:21 +00:00
binary\& . Used for testing\& .
2012-06-28 17:06:00 +10:00
.RE
.PP
\- D \fI dsfromkey path\fR
.RS 4
Specifies a path to a
\fB dnssec\- dsfromkey\fR
2015-10-06 05:45:21 +00:00
binary\& . Used for testing\& .
2012-06-28 17:06:00 +10:00
.RE
.SH "SEE ALSO"
.PP
2015-10-06 05:45:21 +00:00
\fB dnssec-dsfromkey\fR (8),
\fB dnssec-keygen\fR (8),
\fB dnssec-signzone\fR (8),
2012-06-28 17:06:00 +10:00
.SH "AUTHOR"
.PP
2015-10-06 05:45:21 +00:00
\fB Internet Systems Consortium, Inc\& .\fR
2012-06-28 17:06:00 +10:00
.SH "COPYRIGHT"
2015-10-06 05:45:21 +00:00
.br
2015-10-07 01:06:58 +00:00
Copyright \(co 2012-2015 Internet Systems Consortium, Inc. ("ISC")
2012-06-28 17:06:00 +10:00
.br