66 lines
2.0 KiB
Groff
66 lines
2.0 KiB
Groff
.\" Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC")
|
|
.\"
|
|
.\" 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.
|
|
.\"
|
|
.\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
|
|
.\" REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
.\" AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
.\" 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.
|
|
.\"
|
|
.\" $Id: nsec3hash.8,v 1.3 2009/03/02 23:47:43 tbox Exp $
|
|
.\"
|
|
.hy 0
|
|
.ad l
|
|
.\"Generated by db2man.xsl. Don't modify this, modify the source.
|
|
.de Sh \" Subsection
|
|
.br
|
|
.if t .Sp
|
|
.ne 5
|
|
.PP
|
|
\fB\\$1\fR
|
|
.PP
|
|
..
|
|
.de Sp \" Vertical space (when we can't use .PP)
|
|
.if t .sp .5v
|
|
.if n .sp
|
|
..
|
|
.de Ip \" List item
|
|
.br
|
|
.ie \\n(.$>=3 .ne \\$3
|
|
.el .ne 3
|
|
.IP "\\$1" \\$2
|
|
..
|
|
.TH "NSEC3HASH" 8 "Feb 18, 2009" "" ""
|
|
.SH NAME
|
|
nsec3hash \- generate NSEC3 hash
|
|
.SH "SYNOPSIS"
|
|
.HP 10
|
|
\fBnsec3hash\fR {\fIsalt\fR} {\fIalgorithm\fR} {\fIiterations\fR} {\fIdomain\fR}
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
\fBnsec3hash\fR generates an NSEC3 hash based on a set of NSEC3 parameters\&. This can be used to check the validity of NSEC3 records in a signed zone\&.
|
|
.SH "ARGUMENTS"
|
|
.TP
|
|
salt
|
|
The salt provided to the hash algorithm\&.
|
|
.TP
|
|
algorithm
|
|
A number indicating the hash algorithm\&. Currently the only supported hash algorithm for NSEC3 is SHA\-1, which is indicated by the number 1; consequently "1" is the only useful value for this argument\&.
|
|
.TP
|
|
iterations
|
|
The number of additional times the hash should be performed\&.
|
|
.TP
|
|
domain
|
|
The domain name to be hashed\&.
|
|
.SH "SEE ALSO"
|
|
.PP
|
|
BIND 9 Administrator Reference Manual, RFC 5155\&.
|
|
.SH "AUTHOR"
|
|
.PP
|
|
Internet Systems Consortium
|