diff options
Diffstat (limited to 'plugin/sign/README.md')
-rw-r--r-- | plugin/sign/README.md | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/plugin/sign/README.md b/plugin/sign/README.md index 64cb7e7af..6eb4ba8af 100644 --- a/plugin/sign/README.md +++ b/plugin/sign/README.md @@ -7,9 +7,9 @@ ## Description The *sign* plugin is used to sign (see RFC 6781) zones. In this process DNSSEC resource records are -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 *sign* plugin takes care of this. +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 *sign* plugin takes care of this. Only NSEC is supported, *sign* does *not* support NSEC3. @@ -29,12 +29,7 @@ it do key or algorithm rollovers - it just signs. - the signature only has 14 days left before expiring. - Both these dates are only checked on the SOA's signature(s). This concerns the DNSSEC data, the - *sign* plugin will also take into account and resign if: - - - the **mtime** of the zone file has changed, since the last time it was checked. - - - the signed zone file doesn't exist on disk. + Both these dates are only checked on the SOA's signature(s). * 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. |