[BACK]Return to dnssec-checkds.8 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mpl / bind / dist / bin / python

Annotation of src/external/mpl/bind/dist/bin/python/dnssec-checkds.8, Revision 1.2

1.2     ! christos    1: .\"    $NetBSD: dnssec-checkds.8,v 1.1.1.8 2018/04/07 21:43:32 christos Exp $
1.1       christos    2: .\"
                      3: .\" Copyright (C) 2012-2018 Internet Systems Consortium, Inc. ("ISC")
                      4: .\"
                      5: .\" This Source Code Form is subject to the terms of the Mozilla Public
                      6: .\" License, v. 2.0. If a copy of the MPL was not distributed with this
                      7: .\" file, You can obtain one at http://mozilla.org/MPL/2.0/.
                      8: .\"
                      9: .hy 0
                     10: .ad l
                     11: '\" t
                     12: .\"     Title: dnssec-checkds
                     13: .\"    Author:
                     14: .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
                     15: .\"      Date: 2013-01-01
                     16: .\"    Manual: BIND9
                     17: .\"    Source: ISC
                     18: .\"  Language: English
                     19: .\"
                     20: .TH "DNSSEC\-CHECKDS" "8" "2013\-01\-01" "ISC" "BIND9"
                     21: .\" -----------------------------------------------------------------
                     22: .\" * Define some portability stuff
                     23: .\" -----------------------------------------------------------------
                     24: .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                     25: .\" http://bugs.debian.org/507673
                     26: .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
                     27: .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                     28: .ie \n(.g .ds Aq \(aq
                     29: .el       .ds Aq '
                     30: .\" -----------------------------------------------------------------
                     31: .\" * set default formatting
                     32: .\" -----------------------------------------------------------------
                     33: .\" disable hyphenation
                     34: .nh
                     35: .\" disable justification (adjust text to left margin only)
                     36: .ad l
                     37: .\" -----------------------------------------------------------------
                     38: .\" * MAIN CONTENT STARTS HERE *
                     39: .\" -----------------------------------------------------------------
                     40: .SH "NAME"
                     41: dnssec-checkds \- DNSSEC delegation consistency checking tool
                     42: .SH "SYNOPSIS"
                     43: .HP \w'\fBdnssec\-checkds\fR\ 'u
                     44: \fBdnssec\-checkds\fR [\fB\-d\ \fR\fB\fIdig\ path\fR\fR] [\fB\-D\ \fR\fB\fIdsfromkey\ path\fR\fR] [\fB\-f\ \fR\fB\fIfile\fR\fR] [\fB\-l\ \fR\fB\fIdomain\fR\fR] [\fB\-s\ \fR\fB\fIfile\fR\fR] {zone}
                     45: .SH "DESCRIPTION"
                     46: .PP
                     47: \fBdnssec\-checkds\fR
                     48: verifies the correctness of Delegation Signer (DS) or DNSSEC Lookaside Validation (DLV) resource records for keys in a specified zone\&.
                     49: .SH "OPTIONS"
                     50: .PP
                     51: \-f \fIfile\fR
                     52: .RS 4
                     53: If a
                     54: \fBfile\fR
                     55: 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\&.
                     56: .RE
                     57: .PP
                     58: \-l \fIdomain\fR
                     59: .RS 4
                     60: Check for a DLV record in the specified lookaside domain, instead of checking for a DS record in the zone\*(Aqs parent\&.
                     61: .RE
                     62: .PP
                     63: \-s \fIfile\fR
                     64: .RS 4
                     65: Specifies a prepared dsset file, such as would be generated by
                     66: \fBdnssec\-signzone\fR, to use as a source for the DS RRset instead of querying the parent\&.
                     67: .RE
                     68: .PP
                     69: \-d \fIdig path\fR
                     70: .RS 4
                     71: Specifies a path to a
                     72: \fBdig\fR
                     73: binary\&. Used for testing\&.
                     74: .RE
                     75: .PP
                     76: \-D \fIdsfromkey path\fR
                     77: .RS 4
                     78: Specifies a path to a
                     79: \fBdnssec\-dsfromkey\fR
                     80: binary\&. Used for testing\&.
                     81: .RE
                     82: .SH "SEE ALSO"
                     83: .PP
                     84: \fBdnssec-dsfromkey\fR(8),
                     85: \fBdnssec-keygen\fR(8),
                     86: \fBdnssec-signzone\fR(8),
                     87: .SH "AUTHOR"
                     88: .PP
                     89: \fBInternet Systems Consortium, Inc\&.\fR
                     90: .SH "COPYRIGHT"
                     91: .br
                     92: Copyright \(co 2012-2018 Internet Systems Consortium, Inc. ("ISC")
                     93: .br

CVSweb <webmaster@jp.NetBSD.org>