]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
don't suggest generating the command channel secret usign dnssec-keygen or
authorAndreas Gustafsson <source@isc.org>
Tue, 28 Aug 2001 17:37:24 +0000 (17:37 +0000)
committerAndreas Gustafsson <source@isc.org>
Tue, 28 Aug 2001 17:37:24 +0000 (17:37 +0000)
mmencode now that we have rndc-confgen

doc/arm/Bv9ARM-book.xml

index dce5ef1d71b7d177af120b12f9d4ac60bf204ff9..b1df7fd669cab9fee649e6a81223d1a614c526cb 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.154 2001/08/06 11:50:13 gson Exp $ -->
+<!-- File: $Id: Bv9ARM-book.xml,v 1.155 2001/08/28 17:37:24 gson Exp $ -->
 
 <book>
 <title>BIND 9 Administrator Reference Manual</title>
@@ -680,8 +680,9 @@ Use <command>dig</command> instead.</para>
             </listitem>
           </varlistentry>
         </variablelist>
-      </sect3>
-      <sect3 id="admin_tools">
+</sect3>
+
+<sect3 id="admin_tools">
         <title>Administrative Tools</title>
         <para>Administrative tools play an integral part in the management
 of a server.</para>
@@ -852,8 +853,7 @@ The <command>key</command> statement has two clauses:
 <command>algorithm</command> and <command>secret</command>.
 While the configuration parser will accept any string as the argument
 to algorithm, currently only the string "<userinput>hmac-md5</userinput>"
-has any meaning.  The secret is a base-64 encoded string, typically
-generated with either <command>dnssec-keygen</command> or <command>mmencode</command>.</para>
+has any meaning.  The secret is a base-64 encoded string.</para>
 
 <para>The <command>server</command> statement uses the key clause
 to associate a <command>key</command>-defined key with a server.