]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: rndc sign during ZSK rollover will now replace signatures
authorMatthijs Mekking <matthijs@isc.org>
Fri, 26 Sep 2025 12:03:46 +0000 (12:03 +0000)
committerMatthijs Mekking <matthijs@isc.org>
Fri, 26 Sep 2025 12:03:46 +0000 (12:03 +0000)
commit6246f9d7cb11ef2f1482a523dd541f201397ef71
treef8a44c449a6db321d52855a2da86721721572314
parent7e0318df857319508338e5853d10d785abf196b1
parent489752eb1f7f4e09bcf96d723ae64158cf785f97
fix: usr: rndc sign during ZSK rollover will now replace signatures

When performing a ZSK rollover, if the new DNSKEY is omnipresent, the :option:`rndc sign` command now signs the zone completely with the successor key, replacing all zone signatures from the predecessor key with new ones.

Closes #5483

Merge branch '5483-smooth-operator-bug' into 'main'

See merge request isc-projects/bind9!10867