[master] clarify managed-keys syntax
This commit is contained in:
5
CHANGES
5
CHANGES
@@ -1,3 +1,8 @@
|
||||
3463. [doc] Clarify managed-keys syntax in ARM. [RT 32232]
|
||||
|
||||
3462. [doc] Clarify server selection behavior of dig when using
|
||||
-4 or -6 options. [RT #32181]
|
||||
|
||||
3461. [bug] Negative responses could incorrectly have AD=1
|
||||
set. [RT #32237]
|
||||
|
||||
|
||||
@@ -10239,8 +10239,8 @@ ns.domain.com.rpz-nsdname CNAME .
|
||||
<title><command>managed-keys</command> Statement Grammar</title>
|
||||
|
||||
<programlisting><command>managed-keys</command> {
|
||||
<replaceable>string</replaceable> initial-key <replaceable>number</replaceable> <replaceable>number</replaceable> <replaceable>number</replaceable> <replaceable>string</replaceable> ;
|
||||
<optional> <replaceable>string</replaceable> initial-key <replaceable>number</replaceable> <replaceable>number</replaceable> <replaceable>number</replaceable> <replaceable>string</replaceable> ; <optional>...</optional></optional>
|
||||
<replaceable>name</replaceable> <literal>initial-key</literal> <replaceable>flags</replaceable> <replaceable>protocol</replaceable> <replaceable>algorithm</replaceable> <replaceable>key-data</replaceable> ;
|
||||
<optional> <replaceable>name</replaceable> <literal>initial-key</literal> <replaceable>flags</replaceable> <replaceable>protocol</replaceable> <replaceable>algorithm</replaceable> <replaceable>key-data</replaceable> ; <optional>...</optional></optional>
|
||||
};
|
||||
</programlisting>
|
||||
|
||||
@@ -10348,13 +10348,16 @@ ns.domain.com.rpz-nsdname CNAME .
|
||||
<command>named</command>.)
|
||||
</para>
|
||||
<para>
|
||||
If the <command>dnssec-lookaside</command> option is
|
||||
If the <command>dnssec-validation</command> option is
|
||||
set to <userinput>auto</userinput>, <command>named</command>
|
||||
will automatically initialize a managed key for the
|
||||
zone <literal>dlv.isc.org</literal>. The key that is
|
||||
used to initialize the key maintenance process is built
|
||||
into <command>named</command>, and can be overridden
|
||||
from <command>bindkeys-file</command>.
|
||||
root zone. Similarly, if the <command>dnssec-lookaside</command>
|
||||
option is set to <userinput>auto</userinput>,
|
||||
<command>named</command> will automatically initialize
|
||||
a managed key for the zone <literal>dlv.isc.org</literal>.
|
||||
In both cases, the key that is used to initialize the key
|
||||
maintenance process is built into <command>named</command>,
|
||||
and can be overridden from <command>bindkeys-file</command>.
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user