diff options
Diffstat (limited to 'man/coredns-sign.7')
-rw-r--r-- | man/coredns-sign.7 | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/man/coredns-sign.7 b/man/coredns-sign.7 index da6f3e620..7a9127c5b 100644 --- a/man/coredns-sign.7 +++ b/man/coredns-sign.7 @@ -1,5 +1,5 @@ .\" Generated by Mmark Markdown Processer - mmark.miek.nl -.TH "COREDNS-SIGN" 7 "February 2021" "CoreDNS" "CoreDNS Plugins" +.TH "COREDNS-SIGN" 7 "March 2021" "CoreDNS" "CoreDNS Plugins" .SH "NAME" .PP @@ -8,9 +8,9 @@ .SH "DESCRIPTION" .PP The \fIsign\fP plugin is used to sign (see RFC 6781) zones. In this process DNSSEC resource records are -added. The signatures that sign the resource records sets have an expiration date, this means the -signing process must be repeated before this expiration data is reached. Otherwise the zone's data -will go BAD (RFC 4035, Section 5.5). The \fIsign\fP plugin takes care of this. +added to the zone. The signatures that sign the resource records sets have an expiration date. This +means the signing process must be repeated before this expiration data is reached. Otherwise the +zone's data will go BAD (RFC 4035, Section 5.5). The \fIsign\fP plugin takes care of this. .PP Only NSEC is supported, \fIsign\fP does \fInot\fP support NSEC3. @@ -40,7 +40,16 @@ the signature only has 14 days left before expiring. .RE -Both these dates are only checked on the SOA's signature(s). +Both these dates are only checked on the SOA's signature(s). This concerns the DNSSEC data, the +\fIsign\fP plugin will also take into account and resign if: + +.RS +.IP \(en 4 +the \fBmtime\fP of the zone file has changed, since the last time it was checked. +.IP \(en 4 +the signed zone file doesn't exist on disk. + +.RE .IP \(bu 4 Create RRSIGs that have an inception of -3 hours (minus a jitter between 0 and 18 hours) and a expiration of +32 (plus a jitter between 0 and 5 days) days for every given DNSKEY. |