2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 22:45:39 +00:00

Document about trusted-keys Base64 key data ignores spaces,

tabs, newlines, and carriage returns.
This is for by bug #18180.
This commit is contained in:
Jeremy Reed
2008-06-17 13:24:20 +00:00
parent 7ecbfb6c0f
commit fe93d86ab7

View File

@@ -18,7 +18,7 @@
- PERFORMANCE OF THIS SOFTWARE. - PERFORMANCE OF THIS SOFTWARE.
--> -->
<!-- File: $Id: Bv9ARM-book.xml,v 1.356 2008/06/17 06:38:58 marka Exp $ --> <!-- File: $Id: Bv9ARM-book.xml,v 1.357 2008/06/17 13:24:20 jreed Exp $ -->
<book xmlns:xi="http://www.w3.org/2001/XInclude"> <book xmlns:xi="http://www.w3.org/2001/XInclude">
<title>BIND 9 Administrator Reference Manual</title> <title>BIND 9 Administrator Reference Manual</title>
@@ -8133,6 +8133,9 @@ query-source-v6 address * port *;
multiple key entries, each consisting of the key's multiple key entries, each consisting of the key's
domain name, flags, protocol, algorithm, and the Base-64 domain name, flags, protocol, algorithm, and the Base-64
representation of the key data. 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.
</para> </para>
</sect2> </sect2>