From fe93d86ab7bccc98e5bf4f58efd80792eaad59e9 Mon Sep 17 00:00:00 2001 From: Jeremy Reed Date: Tue, 17 Jun 2008 13:24:20 +0000 Subject: [PATCH] Document about trusted-keys Base64 key data ignores spaces, tabs, newlines, and carriage returns. This is for by bug #18180. --- doc/arm/Bv9ARM-book.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index 9e0155c104..74d06639e8 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.