]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove leftover 'dnssec-keys' references
authorMatthijs Mekking <matthijs@isc.org>
Thu, 10 Sep 2020 09:38:07 +0000 (11:38 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 22 Sep 2020 07:15:57 +0000 (09:15 +0200)
The option 'dnssec-keys' was introduced in 9.15 and also renamed to
'trust-anchors'. Rename the leftover references to 'trust-anchors'.

doc/arm/managed-keys.rst
doc/arm/reference.rst

index cf0f1867f0cfb7b4c8770074312fc6f7bc9adea1..ac6424c689060dceda8bacc3cf1ef4945d40bb5e 100644 (file)
@@ -22,7 +22,7 @@ Validating Resolver
 ~~~~~~~~~~~~~~~~~~~
 
 To configure a validating resolver to use :rfc:`5011` to maintain a trust
-anchor, configure the trust anchor using a ``dnssec-keys`` statement and
+anchor, configure the trust anchor using a ``trust-anchors`` statement and
 the ``initial-key`` keyword. Information about this can be found in
 :ref:`trust-anchors`.
 
index 093abd607f168434bba36b3205b406ce6450c742..1b357120ebc6622a1d2b07795344f87bef4bc340 100644 (file)
@@ -1885,7 +1885,7 @@ Boolean Options
 ``trust-anchor-telemetry``
    This causes ``named`` to send specially formed queries once per day to
    domains for which trust anchors have been configured via, e.g.,
-   ``dnssec-keys`` or ``dnssec-validation auto``.
+   ``trust-anchors`` or ``dnssec-validation auto``.
 
    The query name used for these queries has the form
    ``_ta-xxxx(-xxxx)(...).<domain>``, where each "xxxx" is a group of four
@@ -4654,7 +4654,7 @@ not used to validate answers; it is superseded by the key or keys stored
 in the managed-keys database.
 
 The next time ``named`` runs after an ``initial-key`` or ``initial-ds`` has been *removed*
-from the ``dnssec-keys`` statement (or changed to a ``static-key`` or ``static-ds``), the
+from the ``trust-anchors`` statement (or changed to a ``static-key`` or ``static-ds``), the
 corresponding zone is removed from the managed-keys database, and
 :rfc:`5011` key maintenance is no longer used for that domain.