]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Minor improvements to the ldns-signzone man page. (#264)
authorXimon Eighteen <3304436+ximon18@users.noreply.github.com>
Wed, 4 Dec 2024 10:41:43 +0000 (11:41 +0100)
committerGitHub <noreply@github.com>
Wed, 4 Dec 2024 10:41:43 +0000 (11:41 +0100)
Note that zone output may also be NSEC3 hashed, not just NSEC hashed.

Refer to the SEP bit rather than the KSK bit as there is no KSK bit in a DNSKEY.

examples/ldns-signzone.1

index b1cdeebf9172b27d1023583ed45cb3befce4ad46..27c51144772327fb268f7dff5b942571128fdb26 100644 (file)
@@ -16,8 +16,8 @@ KEY
 .SH DESCRIPTION
 
 \fBldns-signzone\fR is used to generate a DNSSEC signed zone. When run it
-will create a new zonefile that contains RRSIG and NSEC resource records, as
-specified in RFC 4033, RFC 4034 and RFC 4035.
+will create a new zonefile that contains RRSIG and NSEC(3) resource records,
+as specified in RFC 4033, RFC 4034 and RFC 4035.
 
 Keys must be specified by their base name (i.e. without .private). If
 the DNSKEY that belongs to the key in the .private file is not present
@@ -25,9 +25,9 @@ in the zone, it will be read from the file <base name>.key. If that
 file does not exist, the DNSKEY value will be generated from the
 private key.
 
-Multiple keys can be specified, Key Signing Keys are used as such when
+Multiple keys can be specified. Key Signing Keys are used as such when
 they are either already present in the zone, or specified in a .key
-file, and have the KSK bit set.
+file, and have the SEP bit set.
 
 .SH OPTIONS
 .TP