Go to main content

マニュアルページ セクション 8: システム管理コマンド

印刷ビューの終了

更新: 2018年8月8日
 
 

nsec3hash (8)

名前

nsec3hash - generate NSEC3 hash

形式

nsec3hash {salt} {algorithm} {iterations} {domain}

説明

NSEC3HASH(8)                         BIND9                        NSEC3HASH(8)



NAME
       nsec3hash - generate NSEC3 hash

SYNOPSIS
       nsec3hash {salt} {algorithm} {iterations} {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.

ARGUMENTS
       salt
           The salt provided to the hash algorithm.

       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.

       iterations
           The number of additional times the hash should be performed.

       domain
           The domain name to be hashed.


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+------------------+
       |ATTRIBUTE TYPE | ATTRIBUTE VALUE  |
       +---------------+------------------+
       |Availability   | network/dns/bind |
       +---------------+------------------+
       |Stability      | Uncommitted      |
       +---------------+------------------+
SEE ALSO
       BIND 9 Administrator Reference Manual, RFC 5155.

AUTHOR
       Internet Systems Consortium, Inc.

COPYRIGHT
       Copyright (C) 2009, 2014-2016 Internet Systems Consortium, Inc. ("ISC")



NOTES
       This software was built from source available at
       https://github.com/oracle/solaris-userland.  The original community
       source was downloaded from
       http://ftp.isc.org/isc/bind9/9.10.6-P1/bind-9.10.6-P1.tar.gz

       Further information about this software can be found on the open source
       community website at http://www.isc.org/software/bind/.



ISC                               2009-03-02                      NSEC3HASH(8)