]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Rewrap a paragraph in DNSSEC Validation section
authorMatthijs Mekking <matthijs@isc.org>
Wed, 11 May 2022 09:10:04 +0000 (11:10 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 22 Jun 2022 11:37:18 +0000 (13:37 +0200)
No textual changes, just rewrapping to 80 characters.

doc/arm/dnssec.inc.rst

index 02bd96262ff3395ee04aaed0da51e809ac30970f..6a512ec4f065bc2b5e762ca29825a545ddf88268 100644 (file)
@@ -215,10 +215,10 @@ The default is ``auto`` unless BIND is built with
 ``configure --disable-auto-validation``, in which case the default is
 ``yes``.
 
-The keys specified in ``trust-anchors`` are copies of DNSKEY RRs for zones that are
-used to form the first link in the cryptographic chain of trust. Keys configured
-with the keyword ``static-key`` or ``static-ds`` are loaded directly into the
-table of trust anchors, and can only be changed by altering the
+The keys specified in ``trust-anchors`` are copies of ``DNSKEY`` RRs for zones
+that are used to form the first link in the cryptographic chain of trust. Keys
+configured with the keyword ``static-key`` or ``static-ds`` are loaded directly
+into the table of trust anchors, and can only be changed by altering the
 configuration. Keys configured with ``initial-key`` or ``initial-ds`` are used
 to initialize :rfc:`5011` trust anchor maintenance, and are kept up-to-date
 automatically after the first time :iscman:`named` runs.