]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Document a specific 'dnssec-validation yes' usage incompatibility
authorAram Sargsyan <aram@isc.org>
Wed, 24 Jan 2024 14:45:29 +0000 (14:45 +0000)
committerAram Sargsyan <aram@isc.org>
Fri, 2 Feb 2024 19:54:09 +0000 (19:54 +0000)
Static trust anchor for the root zone can not be used with
'dnssec-validation auto'.

doc/arm/reference.rst

index 57931b9a6bba706664003efdcad1e3e4daaee182..14bedfaea017a0f4c788b9993f1d417bcd899bdd 100644 (file)
@@ -2572,7 +2572,10 @@ Boolean Options
    If set to ``auto``, DNSSEC validation is enabled and a default trust
    anchor for the DNS root zone is used. This trust anchor is provided
    as part of BIND and is kept up-to-date using :ref:`rfc5011.support` key
-   management.
+   management. Adding an explicit static key using the :any:`trust-anchors`
+   statement with a ``static-key`` anchor type (or using the deprecated
+   :any:`trusted-keys` statement) for the root zone is not supported with the
+   ``auto`` setting, and is treated as a configuration error.
 
    If set to ``yes``, DNSSEC validation is enabled, but a trust anchor must be
    manually configured using a :any:`trust-anchors` statement (or the