]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2755. [doc] Clarify documentation of keyset- files in
authorEvan Hunt <each@isc.org>
Fri, 6 Nov 2009 21:35:56 +0000 (21:35 +0000)
committerEvan Hunt <each@isc.org>
Fri, 6 Nov 2009 21:35:56 +0000 (21:35 +0000)
dnssec-signzone man page. [RT #19810]

CHANGES
bin/dnssec/dnssec-signzone.docbook

diff --git a/CHANGES b/CHANGES
index cf63a4b3230f913e6fe699904dceb572cd8379af..41212ae68673935fec88b24bbe3ac2f5d732cedf 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+2755.  [doc]           Clarify documentation of keyset- files in
+                       dnssec-signzone man page. [RT #19810]
+
 2750.  [bug]           dig: assertion failure could occur when a server
                        didn't have an address. [RT #20579]
 
index 4754c6273295a98f154767be41a5bbd7491454e4..a6991fa066d15b0f2021fd12f2f96143f4cf09bd 100644 (file)
@@ -18,7 +18,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: dnssec-signzone.docbook,v 1.27.130.2 2008/10/15 23:46:53 tbox Exp $ -->
+<!-- $Id: dnssec-signzone.docbook,v 1.27.130.3 2009/11/06 21:35:56 each Exp $ -->
 <refentry id="man.dnssec-signzone">
   <refentryinfo>
     <date>June 30, 2000</date>
     <para><command>dnssec-signzone</command>
       signs a zone.  It generates
       NSEC and RRSIG records and produces a signed version of the
-      zone. The security status of delegations from the signed zone
-      (that is, whether the child zones are secure or not) is
-      determined by the presence or absence of a
-      <filename>keyset</filename> file for each child zone.
+      zone.  It also generates a <filename>keyset-</filename> file containing
+      the key-signing keys for the zone, and if signing a zone which
+      contains delegations, it can optionally generate DS records for
+      the child zones from their <filename>keyset-</filename> files.
     </para>
   </refsect1>
 
         <term>-g</term>
         <listitem>
           <para>
-            Generate DS records for child zones from keyset files.
-            Existing DS records will be removed.
+            If the zone contains any delegations, and there are
+            <filename>keyset-</filename> files for any of the child zones,
+            then DS records for the child zones will be generated from the
+            keys in those files.  Existing DS records will be removed.
           </para>
         </listitem>
       </varlistentry>