NSEC3HASH(8) | BIND9 | NSEC3HASH(8) |
NAME¶
nsec3hash - generate NSEC3 hash
SYNOPSIS¶
nsec3hash {salt} {algorithm} {iterations} {domain}
nsec3hash -r {algorithm} {flags} {iterations} {salt} {domain}
DESCRIPTION¶
nsec3hash 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.
If this command is invoked as nsec3hash -r, it takes arguments in an order matching the first four fields of an NSEC3 record, followed by the domain name: algorithm, flags, iterations, salt, domain. This makes it convenient to copy and paste a portion of an NSEC3 or NSEC3PARAM record into a command line to confirm the correctness of an NSEC3 hash.
ARGUMENTS¶
salt
algorithm
flags
iterations
domain
SEE ALSO¶
BIND 9 Administrator Reference Manual, RFC 5155.
AUTHOR¶
Internet Systems Consortium, Inc.
COPYRIGHT¶
Copyright © 2009, 2014-2020 Internet Systems Consortium, Inc. ("ISC")
2009-03-02 | ISC |