mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 15:45:25 +00:00
@@ -306,8 +306,10 @@
|
|||||||
into a DNSKEY RR. If the key is imported into a zone,
|
into a DNSKEY RR. If the key is imported into a zone,
|
||||||
this is the TTL that will be used for it, unless there was
|
this is the TTL that will be used for it, unless there was
|
||||||
already a DNSKEY RRset in place, in which case the existing TTL
|
already a DNSKEY RRset in place, in which case the existing TTL
|
||||||
would take precedence. Setting the default TTL to
|
would take precedence. If this value is not set and there
|
||||||
<literal>0</literal> or <literal>none</literal> removes it.
|
is no existing DNSKEY RRset, the TTL will default to the
|
||||||
|
SOA TTL. Setting the default TTL to <literal>0</literal>
|
||||||
|
or <literal>none</literal> is the same as leaving it unset.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
@@ -126,8 +126,10 @@
|
|||||||
into a DNSKEY RR. If the key is imported into a zone,
|
into a DNSKEY RR. If the key is imported into a zone,
|
||||||
this is the TTL that will be used for it, unless there was
|
this is the TTL that will be used for it, unless there was
|
||||||
already a DNSKEY RRset in place, in which case the existing TTL
|
already a DNSKEY RRset in place, in which case the existing TTL
|
||||||
would take precedence. Setting the default TTL to
|
would take precedence. If this value is not set and there
|
||||||
<literal>0</literal> or <literal>none</literal> removes it.
|
is no existing DNSKEY RRset, the TTL will default to the
|
||||||
|
SOA TTL. Setting the default TTL to <literal>0</literal>
|
||||||
|
or <literal>none</literal> removes it from the key.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
@@ -15,8 +15,6 @@
|
|||||||
- PERFORMANCE OF THIS SOFTWARE.
|
- PERFORMANCE OF THIS SOFTWARE.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- $Id: dnssec.xml,v 1.7 2011/10/13 23:47:10 tbox Exp $ -->
|
|
||||||
|
|
||||||
<sect1 id="dnssec.dynamic.zones">
|
<sect1 id="dnssec.dynamic.zones">
|
||||||
<title>DNSSEC, Dynamic Zones, and Automatic Signing</title>
|
<title>DNSSEC, Dynamic Zones, and Automatic Signing</title>
|
||||||
<para>As of BIND 9.7.0 it is possible to change a dynamic zone
|
<para>As of BIND 9.7.0 it is possible to change a dynamic zone
|
||||||
@@ -127,6 +125,13 @@
|
|||||||
key changes, however.)
|
key changes, however.)
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
|
When new keys are added to a zone, the TTL is set to match that
|
||||||
|
of any existing DNSKEY RRset. If there is no existing DNSKEY RRset,
|
||||||
|
then the TTL will be set to the TTL specified when the key was
|
||||||
|
created (using the <command>dnssec-keygen -L</command> option), if
|
||||||
|
any, or to the SOA TTL.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
If you wish the zone to be signed using NSEC3 instead of NSEC,
|
If you wish the zone to be signed using NSEC3 instead of NSEC,
|
||||||
submit an NSEC3PARAM record via dynamic update prior to the
|
submit an NSEC3PARAM record via dynamic update prior to the
|
||||||
scheduled publication and activation of the keys. If you wish the
|
scheduled publication and activation of the keys. If you wish the
|
||||||
|
Reference in New Issue
Block a user