diff --git a/CHANGES b/CHANGES index 3c752cc442..2d214f7d91 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5634. [bug] Don't roll keys when the private key file is offline. + [GL #2596] + 5633. [doc] Inline-signing was incorrectly described as being inherited from the options / view levels and was incorrectly accepted at those levels without effect. diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index b9b48a46c4..aa3cdde892 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -82,3 +82,6 @@ Bug Fixes between the new keys too. :gl:`#2628` - Update ZONEMD to match RFC 8976. :gl:`#2658` + +- With ``dnssec-policy```, don't roll keys if the private key file is offline. + :gl:`#2596`