@@ -9,17 +9,13 @@ Synopsis
99Description
1010-----------
1111
12- **ldns-keygen ** is used to generate a private/public keypair. When run, it will
13- create 3 files; a ``.key `` file with the public DNSKEY, a ``.private `` file
14- with the private keydata and a ``.ds `` file with the DS record of the DNSKEY
15- record.
12+ **ldns-keygen ** is used to generate a private/public keypair.
1613
17- .. **ldns-keygen** can also be used to create symmetric keys (for TSIG) by
18- .. selecting the appropriate algorithm: hmac-md5.sig-alg.reg.int, hmac-sha1,
19- .. hmac-sha224, hmac-sha256, hmac-sha384 or hmac-sha512. In that case no DS record
20- .. will be created and no .ds file.
14+ When run, it will create 3 files; a ``.key `` file with the public DNSKEY, a
15+ ``.private `` file with the private keydata and a ``.ds `` file with the DS
16+ record of the DNSKEY record.
2117
22- ldns-keygen prints the basename for the key files: ``K<name>+<alg>+<id> ``
18+ ** ldns-keygen ** prints the basename for the key files: ``K<name>+<alg>+<id> ``
2319
2420Options
2521-------
@@ -31,6 +27,9 @@ Options
3127 versions and other software), the list gives names from the RFC. Also the
3228 plain algorithm number is accepted.
3329
30+ Note: Unlike the original LDNS, this implementation does not support
31+ creation of symmetric keys (for TSIG).
32+
3433.. option :: -b <BITS >
3534
3635 Use this many bits for the key length.
0 commit comments