]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Update inline-signing requirement to ARM
authorMatthijs Mekking <matthijs@isc.org>
Tue, 27 Sep 2022 09:57:53 +0000 (11:57 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 28 Sep 2022 08:54:52 +0000 (10:54 +0200)
This change was made in !6403, but the appropriate documentation
changes were not applied to the ARM.

(cherry picked from commit 7231383e4cc57caac36d03055e8627b12aa4b91a)

doc/arm/reference.rst

index 766aaa3ee4e9cdc53c6332dff183665cdbb57130..df93a75655165f905189a0b95660f1375370e885 100644 (file)
@@ -4916,12 +4916,16 @@ Multiple key and signing policies can be configured.  To attach a policy
 to a zone, add a ``dnssec-policy`` option to the ``zone`` statement,
 specifying the name of the policy that should be used.
 
-By default, ``dnssec-policy`` assumes ``inline-signing``. This means that
-a signed version of the zone is maintained separately and is written out to
-a different file on disk (the zone's filename plus a ``.signed`` extension).
+The ``dnssec-policy`` statement requires dynamic DNS to be set up, or
+``inline-signing`` to be enabled.
+
+If ``inline-signing`` is enabled, this means that a signed version of the
+zone is maintained separately and is written out to a different file on disk
+(the zone's filename plus a ``.signed`` extension).
 
 If the zone is dynamic because it is configured with an ``update-policy`` or
-``allow-update``, the DNSSEC records are written to the filename set in the original zone's ``file``, unless ``inline-signing`` is explicitly set.
+``allow-update``, the DNSSEC records are written to the filename set in the
+original zone's ``file``, unless ``inline-signing`` is explicitly set.
 
 Key rollover timing is computed for each key according to the key
 lifetime defined in the KASP.  The lifetime may be modified by zone TTLs