From: Matthijs Mekking Date: Thu, 1 Feb 2024 10:20:33 +0000 (+0100) Subject: Put reference to RFC 2845 in tsig-keygen man page X-Git-Tag: v9.19.22~65^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a8c573be60d5411ecece0e9f5c12fdf0696c70d;p=thirdparty%2Fbind9.git Put reference to RFC 2845 in tsig-keygen man page --- diff --git a/bin/confgen/tsig-keygen.rst b/bin/confgen/tsig-keygen.rst index 7420bede434..5ecce5d0e18 100644 --- a/bin/confgen/tsig-keygen.rst +++ b/bin/confgen/tsig-keygen.rst @@ -27,9 +27,10 @@ Synopsis Description ~~~~~~~~~~~ -:program:`tsig-keygen` is an utility that generates keys for use in TSIG signing. -The resulting keys can be used, for example, to secure dynamic DNS updates -to a zone, or for the :iscman:`rndc` command channel. +:program:`tsig-keygen` is an utility that generates keys for use with TSIG +(Transaction Signatures) as defined in :rfc:`2845`. The resulting keys can be used, +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 of the generated key. If no name is specified, the default is ``tsig-key``.