bind: deprecate managed-keys
authorPhilip Prindeville <redacted>
Thu, 28 Oct 2021 03:45:59 +0000 (21:45 -0600)
committerPhilip Prindeville <redacted>
Thu, 28 Oct 2021 03:49:31 +0000 (21:49 -0600)
commita39a8372b37e695d20f287d26c3cd8179100a97b
tree105be6927701cc06a6419d51a7da9e1f69259163
parent5dd6c8ad4617b24fa54bc5d26f37e25132315f17
bind: deprecate managed-keys

This has been replaced with the "trust-anchors" keyword, per
section 8.21.1 New Features of the Bind 9 Administrator Reference
Manual:

• In order to clarify the configuration of DNSSEC keys, the trusted-keys and managed-keys statements have been deprecated, and the new trust-anchors statement should now be used for both types of key.
  When used with the keyword initial-key, trust-anchors has the same behavior as managed-keys, i.e., it configures a trust anchor that is to be maintained via RFC 5011.
  When used with the new keyword static-key, trust-anchors has the same behavior as trusted-keys, i.e., it configures a permanent trust anchor that will not automatically be updated. (This usage is not recommended for the root key.) [GL #6]

Signed-off-by: Philip Prindeville <redacted>
net/bind/files/bind/bind.keys
git clone https://git.99rst.org/PROJECT