mirror of
https://github.com/coredns/coredns.git
synced 2025-11-18 18:02:16 -05:00
Update docs
Update the file and dnssec docs and glarify what is implement and that we only do NSEC.
This commit is contained in:
@@ -15,14 +15,13 @@ If keys are not specified (see below), a key is generated and used for all signi
|
|||||||
DNSSEC signing will treat this key a CSK (common signing key), forgoing the ZSK/KSK split. All
|
DNSSEC signing will treat this key a CSK (common signing key), forgoing the ZSK/KSK split. All
|
||||||
signing operations are done online. Authenticated denial of existence is implemented with NSEC black
|
signing operations are done online. Authenticated denial of existence is implemented with NSEC black
|
||||||
lies. Using ECDSA as an algorithm is preferred as this leads to smaller signatures (compared to
|
lies. Using ECDSA as an algorithm is preferred as this leads to smaller signatures (compared to
|
||||||
RSA).
|
RSA). NSEC3 is *not* supported.
|
||||||
|
|
||||||
A signing key can be specified by using the `key` directive.
|
A signing key can be specified by using the `key` directive.
|
||||||
|
|
||||||
WARNING: when a key is generated there is currently no way to extract any key material from CoreDNS, as
|
NOTE: Key generation has not been implemented yet.
|
||||||
this key only lives in memory. See issue <https://github.com/miekg/coredns/issues/211>.
|
|
||||||
|
|
||||||
TODO(miek): think about key rollovers.
|
TODO(miek): think about key rollovers, and how to do them automatically.
|
||||||
|
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
|
|||||||
@@ -3,7 +3,9 @@
|
|||||||
`file` enables serving zone data from an RFC 1035-style master file.
|
`file` enables serving zone data from an RFC 1035-style master file.
|
||||||
|
|
||||||
The file middleware is used for an "old-style" DNS server. It serves from a preloaded file that exists
|
The file middleware is used for an "old-style" DNS server. It serves from a preloaded file that exists
|
||||||
on disk.
|
on disk. If the zone file contains signatures (i.e. is signed, i.e. DNSSEC) correct DNSSEC answers
|
||||||
|
are returned. Only NSEC is supported! If you use this setup *you* are responsible for resigning the
|
||||||
|
zonefile.
|
||||||
|
|
||||||
## Syntax
|
## Syntax
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user