2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 05:28:00 +00:00

Rewrap a paragraph in DNSSEC Validation section

No textual changes, just rewrapping to 80 characters.
This commit is contained in:
Matthijs Mekking 2022-05-11 11:10:04 +02:00
parent a1c95e8e7c
commit 34dea43f9c

View File

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