From: Jeremy Reed Date: Tue, 17 Jun 2008 13:24:20 +0000 (+0000) Subject: Document about trusted-keys Base64 key data ignores spaces, X-Git-Tag: v9.4.3b2~23^2~17 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=fe93d86ab7bccc98e5bf4f58efd80792eaad59e9;p=thirdparty%2Fbind9.git Document about trusted-keys Base64 key data ignores spaces, tabs, newlines, and carriage returns. This is for by bug #18180. --- diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index 9e0155c104b..74d06639e8b 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -18,7 +18,7 @@ - PERFORMANCE OF THIS SOFTWARE. --> - + BIND 9 Administrator Reference Manual @@ -8133,6 +8133,9 @@ query-source-v6 address * port *; multiple key entries, each consisting of the key's domain name, flags, protocol, algorithm, and the Base-64 representation of the key data. + Spaces, tabs, newlines and carriage returns are ignored + in the key data, so the configuration may be split up into + multiple lines.