2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-22 01:59:26 +00:00

Put reference to RFC 2845 in tsig-keygen man page

This commit is contained in:
Matthijs Mekking 2024-02-01 11:20:33 +01:00
parent aabb452953
commit 8a8c573be6

View File

@ -27,9 +27,10 @@ Synopsis
Description Description
~~~~~~~~~~~ ~~~~~~~~~~~
:program:`tsig-keygen` is an utility that generates keys for use in TSIG signing. :program:`tsig-keygen` is an utility that generates keys for use with TSIG
The resulting keys can be used, for example, to secure dynamic DNS updates (Transaction Signatures) as defined in :rfc:`2845`. The resulting keys can be used,
to a zone, or for the :iscman:`rndc` command channel. for example, to secure dynamic DNS updates to a zone, or for the :iscman:`rndc`
command channel.
A domain name can be specified on the command line to be used as the name A domain name can be specified on the command line to be used as the name
of the generated key. If no name is specified, the default is ``tsig-key``. of the generated key. If no name is specified, the default is ``tsig-key``.