]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
improve managed-keys-directory documentation
authorEvan Hunt <each@isc.org>
Tue, 25 Sep 2012 23:33:12 +0000 (16:33 -0700)
committerEvan Hunt <each@isc.org>
Tue, 25 Sep 2012 23:33:12 +0000 (16:33 -0700)
doc/arm/Bv9ARM-book.xml

index fa8f2b74c642921e728e87239639fc897c30c873..c3eb51aea8491ff0f4905689d83e78cde27d6a24 100644 (file)
@@ -5518,11 +5518,18 @@ badresp:1,adberr:0,findfail:0,valfail:0]
             <term><command>managed-keys-directory</command></term>
             <listitem>
               <para>
-               The directory used to hold the files used to track managed keys.
-               By default it is the working directory.  It there are no
-               views then the file <filename>managed-keys.bind</filename>
-               otherwise a SHA256 hash of the view name is used with
-               <filename>.mkeys</filename> extension added.
+                Specifies the directory in which to store the files that
+                track managed DNSSEC keys.  By default, this is the working
+                directory.
+              </para>
+              <para>
+                If <command>named</command> is not configured to use views,
+                then managed keys for the server will be tracked in a single
+                file called <filename>managed-keys.bind</filename>.
+                Otherwise, managed keys will be tracked in separate files,
+                one file per view; each file name will be the SHA256 hash
+                of the view name, followed by the extension
+                <filename>.mkeys</filename>.
               </para>
             </listitem>
           </varlistentry>