2020-07-02 15:27:54 -07:00
|
|
|
.\" Man page generated from reStructuredText.
|
|
|
|
.
|
|
|
|
.
|
|
|
|
.nr rst2man-indent-level 0
|
|
|
|
.
|
|
|
|
.de1 rstReportMargin
|
|
|
|
\\$1 \\n[an-margin]
|
|
|
|
level \\n[rst2man-indent-level]
|
|
|
|
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
|
|
-
|
|
|
|
\\n[rst2man-indent0]
|
|
|
|
\\n[rst2man-indent1]
|
|
|
|
\\n[rst2man-indent2]
|
|
|
|
..
|
|
|
|
.de1 INDENT
|
|
|
|
.\" .rstReportMargin pre:
|
|
|
|
. RS \\$1
|
|
|
|
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
|
|
|
|
. nr rst2man-indent-level +1
|
|
|
|
.\" .rstReportMargin post:
|
|
|
|
..
|
|
|
|
.de UNINDENT
|
|
|
|
. RE
|
|
|
|
.\" indent \\n[an-margin]
|
|
|
|
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
|
|
.nr rst2man-indent-level -1
|
|
|
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
|
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
|
|
|
..
|
2021-09-16 10:57:04 +02:00
|
|
|
.TH "TSIG-KEYGEN" "8" "@RELEASE_DATE@" "@PACKAGE_VERSION@" "BIND 9"
|
|
|
|
.SH NAME
|
|
|
|
tsig-keygen \- TSIG key generation tool
|
2020-07-07 16:11:24 +02:00
|
|
|
.SH SYNOPSIS
|
|
|
|
.sp
|
2022-03-01 17:53:59 +01:00
|
|
|
\fBtsig\-keygen\fP [\fB\-a\fP algorithm] [\fB\-h\fP] [name]
|
2020-07-07 16:11:24 +02:00
|
|
|
.SH DESCRIPTION
|
|
|
|
.sp
|
2022-03-01 17:45:10 +01:00
|
|
|
\fBtsig\-keygen\fP is an utility that generates keys for use in TSIG signing.
|
|
|
|
The resulting keys can be used, for example, to secure dynamic DNS updates
|
2022-04-22 13:05:10 +02:00
|
|
|
to a zone, or for the \fI\%rndc\fP command channel.
|
2020-07-07 16:11:24 +02:00
|
|
|
.sp
|
2022-03-01 17:45:10 +01:00
|
|
|
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 \fBtsig\-key\fP\&.
|
2020-07-07 16:11:24 +02:00
|
|
|
.SH OPTIONS
|
|
|
|
.INDENT 0.0
|
|
|
|
.TP
|
2022-03-02 15:12:17 +01:00
|
|
|
.B \-a algorithm
|
2020-07-07 16:11:24 +02:00
|
|
|
This option specifies the algorithm to use for the TSIG key. Available
|
|
|
|
choices are: hmac\-md5, hmac\-sha1, hmac\-sha224, hmac\-sha256, hmac\-sha384,
|
|
|
|
and hmac\-sha512. The default is hmac\-sha256. Options are
|
|
|
|
case\-insensitive, and the "hmac\-" prefix may be omitted.
|
2022-03-02 15:12:17 +01:00
|
|
|
.UNINDENT
|
|
|
|
.INDENT 0.0
|
2020-07-07 16:11:24 +02:00
|
|
|
.TP
|
2022-03-02 15:12:17 +01:00
|
|
|
.B \-h
|
2020-07-07 16:11:24 +02:00
|
|
|
This option prints a short summary of options and arguments.
|
|
|
|
.UNINDENT
|
|
|
|
.SH SEE ALSO
|
|
|
|
.sp
|
2022-04-22 13:05:10 +02:00
|
|
|
\fI\%nsupdate(1)\fP, \fI\%named.conf(5)\fP, \fI\%named(8)\fP, BIND 9 Administrator Reference Manual.
|
2020-07-02 15:27:54 -07:00
|
|
|
.SH AUTHOR
|
|
|
|
Internet Systems Consortium
|
|
|
|
.SH COPYRIGHT
|
2022-01-03 10:29:49 +01:00
|
|
|
2022, Internet Systems Consortium
|
2020-07-02 15:27:54 -07:00
|
|
|
.\" Generated by docutils manpage writer.
|
|
|
|
.
|