mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-21 06:09:13 -04:00
Make inline-signing default value change more clear
Emphasize more that the inline-signing default value has changed in 9.20.0.
This commit is contained in:
parent
b4c79bdcdf
commit
77d54c03dd
1 changed files with 8 additions and 3 deletions
|
|
@ -351,11 +351,16 @@ Feature Changes
|
|||
:gl:`#4349`
|
||||
|
||||
- The :any:`inline-signing` statement can now also be set inside
|
||||
:any:`dnssec-policy`. The built-in policies ``default`` and
|
||||
``insecure`` enable the use of :any:`inline-signing`. If
|
||||
:any:`inline-signing` is set at the ``zone`` level, it overrides the
|
||||
:any:`dnssec-policy`. The default is to use :any:`inline-signing`.
|
||||
This also applies to the built-in policies ``default` and ``insecure``.
|
||||
If :any:`inline-signing` is set at the ``zone`` level, it overrides the
|
||||
value set in :any:`dnssec-policy`. :gl:`#3677`
|
||||
|
||||
- Due to the change in default value from ``no`` to ``yes``,
|
||||
DNSSEC-enabled dynamic zones that do not have :any:`inline-signing`
|
||||
explicitly set must now add the option to their configuration with the
|
||||
value ``no`` if they do not want their zone also to be inline-signed.
|
||||
|
||||
- Following :rfc:`9276` recommendations, :any:`dnssec-policy` now only
|
||||
allows an NSEC3 iteration count of 0 for the DNSSEC-signed zones using
|
||||
NSEC3 that the policy manages. :gl:`#4363`
|
||||
|
|
|
|||
Loading…
Reference in a new issue