mirror of
https://github.com/coredns/coredns.git
synced 2025-11-02 18:23:25 -05:00
middleware/dnssec
Add warning about in memory keys and the impossibilty to extract them.
This commit is contained in:
@@ -19,6 +19,9 @@ RSA).
|
|||||||
|
|
||||||
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,
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user