1TSIG-KEYGEN(8) BIND 9 TSIG-KEYGEN(8)
2
3
4
6 tsig-keygen - TSIG key generation tool
7
9 tsig-keygen [-a algorithm] [-h] [name]
10
12 tsig-keygen is an utility that generates keys for use in TSIG signing.
13 The resulting keys can be used, for example, to secure dynamic DNS up‐
14 dates to a zone, or for the rndc command channel.
15
16 A domain name can be specified on the command line to be used as the
17 name of the generated key. If no name is specified, the default is
18 tsig-key.
19
21 -a algorithm
22 This option specifies the algorithm to use for the TSIG key.
23 Available choices are: hmac-md5, hmac-sha1, hmac-sha224,
24 hmac-sha256, hmac-sha384, and hmac-sha512. The default is
25 hmac-sha256. Options are case-insensitive, and the "hmac-" pre‐
26 fix may be omitted.
27
28 -h This option prints a short summary of options and arguments.
29
31 nsupdate(1), named.conf(5), named(8), BIND 9 Administrator Reference
32 Manual.
33
35 Internet Systems Consortium
36
38 2022, Internet Systems Consortium
39
40
41
42
439.16.30-RH TSIG-KEYGEN(8)