mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
[9.20] fix: doc: Clarify dnssec-signzone interval option
There was confusion about whether the interval was calculated from the validity period provided on the command line (with -s and -e), or from the signature being replaced. Add text to clarify that the interval is calculated from the new validity period. Closes #5128 Backport of MR !9955 Merge branch 'backport-5128-clarify-dnssec-signzone-interval-9.20' into 'bind-9.20' See merge request isc-projects/bind9!9983
This commit is contained in:
commit
2bbb30156b
1 changed files with 5 additions and 0 deletions
|
|
@ -183,6 +183,11 @@ Options
|
|||
days. Therefore, if any existing RRSIG records are due to expire in
|
||||
less than 7.5 days, they are replaced.
|
||||
|
||||
Note that the calculation of cycle interval is based upon the validity
|
||||
period of the replacement signatures that would be generated by
|
||||
``dnssec-signzone``, not on the valid lifetimes of the input RRSIGs being
|
||||
considered for pre-expiry replacement.
|
||||
|
||||
.. option:: -I input-format
|
||||
|
||||
This option sets the format of the input zone file. Possible formats are
|
||||
|
|
|
|||
Loading…
Reference in a new issue