From: Tinderbox User
- Only sign the DNSKEY RRset with key-signing keys, and omit
- signatures from zone-signing keys. (This is similar to the
+ Only sign the DNSKEY, CDNSKEY, and CDS RRsets with
+ key-signing keys, and omit signatures from zone-signing
+ keys. (This is similar to the
dnssec-dnskey-kskonly yes; zone option in
named.)
yes, only key-signing
keys (that is, keys with the KSK bit set) will be used
- to sign the DNSKEY RRset at the zone apex. Zone-signing
- keys (keys without the KSK bit set) will be used to sign
- the remainder of the zone, but not the DNSKEY RRset.
+ to sign the DNSKEY, CDNSKEY, and CDS RRsets at the zone apex.
+ Zone-signing keys (keys without the KSK bit set) will be used
+ to sign the remainder of the zone, but not the DNSKEY RRset.
This is similar to the
dnssec-signzone -x command line option.
+ A new statistics counter has been added to track prefetch + queries. [RT #45847] +
++ The dnssec-signzone -x flag and the + dnssec-dnskey-kskonly option in + named.conf, which suppress the use of + the ZSK when signing DNSKEY records, now also apply to + CDNSKEY and CDS records. Thanks to Tony Finch for the + contribution. [RT #45689] +
+- Only sign the DNSKEY RRset with key-signing keys, and omit - signatures from zone-signing keys. (This is similar to the + Only sign the DNSKEY, CDNSKEY, and CDS RRsets with + key-signing keys, and omit signatures from zone-signing + keys. (This is similar to the dnssec-dnskey-kskonly yes; zone option in named.)
diff --git a/doc/arm/notes.html b/doc/arm/notes.html index a8d76cd54ed..aca91d44d36 100644 --- a/doc/arm/notes.html +++ b/doc/arm/notes.html @@ -489,6 +489,22 @@ matching cookie-secret. ++ A new statistics counter has been added to track prefetch + queries. [RT #45847] +
++ The dnssec-signzone -x flag and the + dnssec-dnskey-kskonly option in + named.conf, which suppress the use of + the ZSK when signing DNSKEY records, now also apply to + CDNSKEY and CDS records. Thanks to Tony Finch for the + contribution. [RT #45689] +
+