Skip to content
Snippets Groups Projects
Commit c46d6793 authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

doc: commit forgotten file

parent d2b25687
No related branches found
No related tags found
No related merge requests found
......@@ -223,7 +223,7 @@ latex_domain_indices = False
# (source start file, name, description, authors, manual section).
man_pages = [
('reference', 'knot.conf', 'Knot DNS configuration file', author, 5),
('utils_knsec3hash', 'knsec3hash', "Simple utility to compute NSEC3 hash", author, 1),
('man_knsec3hash', 'knsec3hash', "Simple utility to compute NSEC3 hash", author, 1),
]
# If true, show URL addresses after external links.
......
knsec3hash
==========
Synopsis
--------
:program:`knsec3hash` {*salt*} {*algorithm*} {*iterations*} {*domain-name*}
Description
-----------
The utility generates NSEC3 hash for given domain name and parameters of NSEC3 hash.
Arguments
---------
`salt`
Specifies binary salt encoded as a hexadecimal string.
`allgorithm`
Speifies hashing algorithm number. Currently the only supported algorithm is SHA-1 (number 1).
`iterations`
Specifies the number of additional iterations of the hashing algorithm.
`domain-name`
Specifies the domain name to be hashed.
Example
-------
::
$ knsec3hash c01dcafe 1 10 knot-dns.cz
7PTVGE7QV67EM61ROS9238P5RAKR2DM7 (salt=c01dcafe, hash=1, iterations=10)
See Also
--------
:rfc:`5155` - DNS Security (DNSSEC) Hashed Authenticated Denial of Existence.
:manpage:`knotc(8)`, :manpage:`knotd(8)`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment