<refsection><info><title>MANAGED-KEYS</title></info>
- <para>See DNSSEC-KEYS.</para>
+ <para>Deprecated - see DNSSEC-KEYS.</para>
<literallayout class="normal">
managed-keys { <replaceable>string</replaceable> ( static-key |
initial-key ) <replaceable>integer</replaceable> <replaceable>integer</replaceable> <replaceable>integer</replaceable>
lmdb-mapsize <replaceable>sizeval</replaceable>;
managed-keys { <replaceable>string</replaceable> ( static-key |
initial-key ) <replaceable>integer</replaceable> <replaceable>integer</replaceable>
- <replaceable>integer</replaceable> <replaceable>quoted_string</replaceable>; ... };
+ <replaceable>integer</replaceable> <replaceable>quoted_string</replaceable>; ... };, deprecated
masterfile-format ( map | raw | text );
masterfile-style ( full | relative );
match-clients { <replaceable>address_match_element</replaceable>; ... };
if at least one trust anchor has been explicitly configured
in <filename>named.conf</filename>
using a <command>dnssec-keys</command> statement (or the
- synonymous <command>managed-keys</command> or the deprecated
- <command>trusted-keys</command> statements).
+ <command>managed-keys</command> and <command>trusted-keys</command>
+ statements, both deprecated).
</para>
<para>
When <command>dnssec-validation</command> is set to
keys are kept up to date using RFC 5011
trust anchor maintenance, and if used with
<command>static-key</command>, keys are permanent.
- Identical to <command>managed-keys</command>,
- but has been added for improved clarity.
</para>
</entry>
</row>
</entry>
<entry colname="2">
<para>
- is identical to <command>dnssec-keys</command>,
- and is retained for backward compatibility.
+ is identical to <command>dnssec-keys</command>;
+ this option is deprecated in favor
+ of <command>dnssec-keys</command> with
+ the <command>initial-key</command> keyword,
+ and may be removed in a future release.
</para>
</entry>
</row>
as insecure.
</para>
<para>
- Configured trust anchors in <command>trusted-keys</command>
- or <command>managed-keys</command> that match a disabled
- algorithm will be ignored and treated as if they were not
- configured at all.
+ Configured trust anchors in <command>dnssec-keys</command>
+ (or <command>managed-keys</command> or
+ <command>trusted-keys</command>, both deprecated)
+ that match a disabled algorithm will be ignored and treated
+ as if they were not configured at all.
</para>
</listitem>
</varlistentry>
If set to <userinput>yes</userinput>, DNSSEC validation is
enabled, but a trust anchor must be manually configured
using a <command>dnssec-keys</command> statement (or
- the synonymous <command>managed-keys</command>, or the
- deprecated <command>trusted-keys</command> statements).
+ the <command>managed-keys</command> or the
+ <command>trusted-keys</command> statements, both deprecated).
If there is no configured trust anchor, validation will
not take place.
</para>
and Usage</title></info>
<para>
- The <command>managed-keys</command> statement is
- identical to the <command>dnssec-keys</command>, and is
- retained for backward compatibility.
+ The <command>managed-keys</command> statement has been
+ deprecated in favor of <xref linkend="dnssec_keys"/>
+ with the <command>initial-key</command> keyword.
</para>
</section>
<para>
The <command>trusted-keys</command> statement has been
deprecated in favor of <xref linkend="dnssec_keys"/>
- with the <command>static</command> keyword.
+ with the <command>static-key</command> keyword.
</para>
</section>
For validation to succeed, a key-signing key
(KSK) for the zone must be configured as a trust
anchor in <filename>named.conf</filename>: that
- is, a key for the zone must either be specified
- in <command>managed-keys</command> or
- <command>trusted-keys</command>. In the case
+ is, a key for the zone must be specified in
+ <command>dnssec-keys</command>. In the case
of the root zone, you may also rely on the
built-in root trust anchor, which is enabled
when <xref endterm="dnssec_validation_term"