middleware/dnssec
Add warning about in memory keys and the impossibilty to extract them.
This commit is contained in:
parent
3b7b9b49d5
commit
e85a8260e3
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ RSA).
|
|||
|
||||
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.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue