bind9/bin/dnssec/dnssec-verify.8

125 lines
4.8 KiB
Groff
Raw Normal View History

2019-02-06 17:02:20 -05:00
.\" Copyright (C) 2012, 2014-2016, 2018, 2019 Internet Systems Consortium, Inc. ("ISC")
2016-02-11 20:04:18 -05:00
.\"
2016-07-21 03:11:01 -04:00
.\" This Source Code Form is subject to the terms of the Mozilla Public
.\" License, v. 2.0. If a copy of the MPL was not distributed with this
.\" file, You can obtain one at http://mozilla.org/MPL/2.0/.
.\"
.hy 0
.ad l
2015-10-06 01:45:21 -04:00
'\" t
.\" Title: dnssec-verify
.\" Author:
2015-10-07 00:11:09 -04:00
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
2015-10-06 01:45:21 -04:00
.\" Date: 2014-01-15
.\" Manual: BIND9
2015-10-06 01:45:21 -04:00
.\" Source: ISC
.\" Language: English
.\"
2015-10-06 01:45:21 -04:00
.TH "DNSSEC\-VERIFY" "8" "2014\-01\-15" "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
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
2015-10-06 01:45:21 -04:00
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
2015-10-06 01:45:21 -04:00
dnssec-verify \- DNSSEC zone verification tool
.SH "SYNOPSIS"
2015-10-07 00:11:09 -04:00
.HP \w'\fBdnssec\-verify\fR\ 'u
2019-08-12 10:08:12 -04:00
\fBdnssec\-verify\fR [\fB\-c\ \fR\fB\fIclass\fR\fR] [\fB\-E\ \fR\fB\fIengine\fR\fR] [\fB\-I\ \fR\fB\fIinput\-format\fR\fR] [\fB\-o\ \fR\fB\fIorigin\fR\fR] [\fB\-q\fR] [\fB\-v\ \fR\fB\fIlevel\fR\fR] [\fB\-V\fR] [\fB\-x\fR] [\fB\-z\fR] {zonefile}
.SH "DESCRIPTION"
.PP
\fBdnssec\-verify\fR
2015-10-06 01:45:21 -04:00
verifies that a zone is fully signed for each algorithm found in the DNSKEY RRset for the zone, and that the NSEC / NSEC3 chains are complete\&.
.SH "OPTIONS"
.PP
\-c \fIclass\fR
.RS 4
2015-10-06 01:45:21 -04:00
Specifies the DNS class of the zone\&.
.RE
.PP
2014-01-15 20:05:38 -05:00
\-E \fIengine\fR
.RS 4
2015-10-06 01:45:21 -04:00
Specifies the cryptographic hardware to use, when applicable\&.
2014-01-15 20:05:38 -05:00
.sp
2015-10-06 01:45:21 -04:00
When BIND is built with OpenSSL PKCS#11 support, this defaults to the string "pkcs11", which identifies an OpenSSL engine that can drive a cryptographic accelerator or hardware service module\&. When BIND is built with native PKCS#11 cryptography (\-\-enable\-native\-pkcs11), it defaults to the path of the PKCS#11 provider library specified via "\-\-with\-pkcs11"\&.
2014-01-15 20:05:38 -05:00
.RE
.PP
\-I \fIinput\-format\fR
.RS 4
2015-10-06 01:45:21 -04:00
The format of the input zone file\&. Possible formats are
\fB"text"\fR
(default) and
2015-10-06 01:45:21 -04:00
\fB"raw"\fR\&. This option is primarily intended to be used for dynamic signed zones so that the dumped zone file in a non\-text format containing updates can be verified independently\&. The use of this option does not make much sense for non\-dynamic zones\&.
.RE
.PP
\-o \fIorigin\fR
.RS 4
2015-10-06 01:45:21 -04:00
The zone origin\&. If not specified, the name of the zone file is assumed to be the origin\&.
.RE
.PP
\-v \fIlevel\fR
.RS 4
2015-10-06 01:45:21 -04:00
Sets the debugging level\&.
.RE
.PP
2014-06-16 21:05:10 -04:00
\-V
.RS 4
2015-10-06 01:45:21 -04:00
Prints version information\&.
2014-06-16 21:05:10 -04:00
.RE
.PP
2019-08-12 10:08:12 -04:00
\-q
.RS 4
Quiet mode: Suppresses output\&. Without this option, when
\fBdnssec\-verify\fR
is run it will print to standard output the number of keys in use, the algorithms used to verify the zone was signed correctly and other status information\&. With it, all non\-error output is suppressed, and only the exit code will indicate success\&.
.RE
.PP
\-x
.RS 4
2015-10-06 01:45:21 -04:00
Only verify that the DNSKEY RRset is signed with key\-signing keys\&. Without this flag, it is assumed that the DNSKEY RRset will be signed by all active keys\&. When this flag is set, it will not be an error if the DNSKEY RRset is not signed by zone\-signing keys\&. This corresponds to the
\fB\-x\fR
option in
2015-10-06 01:45:21 -04:00
\fBdnssec\-signzone\fR\&.
.RE
.PP
\-z
.RS 4
2015-10-06 01:45:21 -04:00
Ignore the KSK flag on the keys when determining whether the zone if correctly signed\&. Without this flag it is assumed that there will be a non\-revoked, self\-signed DNSKEY with the KSK flag set for each algorithm and that RRsets other than DNSKEY RRset will be signed with a different DNSKEY without the KSK flag set\&.
.sp
2015-10-06 01:45:21 -04:00
With this flag set, we only require that for each algorithm, there will be at least one non\-revoked, self\-signed DNSKEY, regardless of the KSK flag state, and that other RRsets will be signed by a non\-revoked key for the same algorithm that includes the self\-signed key; the same key may be used for both purposes\&. This corresponds to the
\fB\-z\fR
option in
2015-10-06 01:45:21 -04:00
\fBdnssec\-signzone\fR\&.
.RE
.PP
zonefile
.RS 4
2015-10-06 01:45:21 -04:00
The file containing the zone to be signed\&.
.RE
.SH "SEE ALSO"
.PP
2015-10-06 01:45:21 -04:00
\fBdnssec-signzone\fR(8),
BIND 9 Administrator Reference Manual,
2015-10-06 01:45:21 -04:00
RFC 4033\&.
.SH "AUTHOR"
.PP
2015-10-06 01:45:21 -04:00
\fBInternet Systems Consortium, Inc\&.\fR
.SH "COPYRIGHT"
2015-10-06 01:45:21 -04:00
.br
2019-02-06 17:02:20 -05:00
Copyright \(co 2012, 2014-2016, 2018, 2019 Internet Systems Consortium, Inc. ("ISC")
.br