]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
document the key-directory option
authorBrian Wellington <source@isc.org>
Wed, 30 Jan 2002 00:09:54 +0000 (00:09 +0000)
committerBrian Wellington <source@isc.org>
Wed, 30 Jan 2002 00:09:54 +0000 (00:09 +0000)
doc/arm/Bv9ARM-book.xml

index aa3fdffa8c796dd64d5b2526bdbf4ba75cb3d2a3..3954ba17bb73076ca58a4b0faf5f9718982c6185 100644 (file)
@@ -2,7 +2,7 @@
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
                "http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
 
-<!-- File: $Id: Bv9ARM-book.xml,v 1.188 2002/01/23 01:39:29 gson Exp $ -->
+<!-- File: $Id: Bv9ARM-book.xml,v 1.189 2002/01/30 00:09:54 bwelling Exp $ -->
 
 <book>
 <title>BIND 9 Administrator Reference Manual</title>
@@ -2799,6 +2799,7 @@ statement in the <filename>named.conf</filename> file:</para>
     <optional> version <replaceable>version_string</replaceable>; </optional>
     <optional> hostname <replaceable>hostname_string</replaceable>; </optional>
     <optional> directory <replaceable>path_name</replaceable>; </optional>
+    <optional> key-directory <replaceable>path_name</replaceable>; </optional>
     <optional> named-xfer <replaceable>path_name</replaceable>; </optional>
     <optional> tkey-domain <replaceable>domainname</replaceable>; </optional>
     <optional> tkey-dhkey <replaceable>key_name</replaceable> <replaceable>key_tag</replaceable>; </optional>
@@ -2887,7 +2888,7 @@ statement in the <filename>named.conf</filename> file:</para>
 </programlisting>
 </sect2>
 
-<sect2><title><command>options</command> Statement Definition and Usage</title>
+<sect2 id="options"><title><command>options</command> Statement Definition and Usage</title>
 
 <para>The <command>options</command> statement sets up global options
 to be used by <acronym>BIND</acronym>. This statement may appear only
@@ -2907,6 +2908,13 @@ to `<filename>.</filename>', the directory from which the server
 was started. The directory specified should be an absolute path.</para>
 </listitem></varlistentry>
 
+<varlistentry><term><command>key-directory</command></term>
+<listitem><para>When performing dynamic update of secure zones, the
+directory where the public and private key files should be found,
+if different than the current working directory.  The directory specified
+must be an absolute path.</para>
+</listitem></varlistentry>
+
 <varlistentry><term><command>named-xfer</command></term>
 <listitem><para><emphasis>This option is obsolete.</emphasis>
 It was used in <acronym>BIND</acronym> 8 to
@@ -4465,6 +4473,7 @@ Statement Grammar</title>
     <optional> max-refresh-time <replaceable>number</replaceable> ; </optional>
     <optional> min-retry-time <replaceable>number</replaceable> ; </optional>
     <optional> max-retry-time <replaceable>number</replaceable> ; </optional>
+    <optional> key-directory <replaceable>path_name</replaceable>; </optional>
 
 }</optional>;
 </programlisting>
@@ -4766,6 +4775,12 @@ See the description in <xref linkend="tuning"/>.
 <command>ixfr-from-differences</command> in <xref linkend="boolean_options"/>.</para>
 </listitem></varlistentry>
 
+<varlistentry><term><command>key-directory</command></term>
+<listitem><para>See the description of
+<command>key-directory</command> in <xref linkend="options"/></para>
+</listitem></varlistentry>
+
+
 </variablelist>
 
 </sect3>