]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: doc: Restore text about sig validity and SOA expire
authorMatthijs Mekking <matthijs@isc.org>
Tue, 1 Oct 2024 06:32:48 +0000 (06:32 +0000)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 1 Oct 2024 06:32:48 +0000 (06:32 +0000)
commit516b0982201d4f31c835096cb36fd5a16ab462f2
treeda37d470bcd977ace544c4db4e26a6937b8497c4
parent3304e1dc769f97c81d1334da5fc5d1ac53c437cb
parent8aa94931c3cb65293518f5b4d9c8805c3ecd005f
fix: doc: Restore text about sig validity and SOA expire

When `sig-validity-interval` was obsoleted, the text that the signature validity interval should be multiples of the SOA expire interval was removed. Restore this text to the description of the `signatures-validity` option.

Closes #4951

Merge branch '4951-document-signatures-validity-soa-expire' into 'main'

See merge request isc-projects/bind9!9566