diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index aa3fdffa8c..3954ba17bb 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -2,7 +2,7 @@ - + BIND 9 Administrator Reference Manual @@ -2799,6 +2799,7 @@ statement in the named.conf file: version version_string; hostname hostname_string; directory path_name; + key-directory path_name; named-xfer path_name; tkey-domain domainname; tkey-dhkey key_name key_tag; @@ -2887,7 +2888,7 @@ statement in the named.conf file: -<command>options</command> Statement Definition and Usage +<command>options</command> Statement Definition and Usage The options statement sets up global options to be used by BIND. This statement may appear only @@ -2907,6 +2908,13 @@ to `.', the directory from which the server was started. The directory specified should be an absolute path. +key-directory +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. + + named-xfer This option is obsolete. It was used in BIND 8 to @@ -4465,6 +4473,7 @@ Statement Grammar max-refresh-time number ; min-retry-time number ; max-retry-time number ; + key-directory path_name; }; @@ -4766,6 +4775,12 @@ See the description in . ixfr-from-differences in . +key-directory +See the description of +key-directory in + + +