mirror of
https://github.com/coredns/coredns.git
synced 2025-11-30 07:34:02 -05:00
Manual pages (#1346)
* Add manual pages Generate manual pages from the README and extend README with Name and Description sections. The generation requires 'ronn' which may not be available. Just check in all generated manual pages.
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
# dnssec
|
||||
|
||||
*dnssec* enables on-the-fly DNSSEC signing of served data.
|
||||
## Name
|
||||
|
||||
*dnssec* - enable on-the-fly DNSSEC signing of served data.
|
||||
|
||||
## Description
|
||||
|
||||
With *dnssec* any reply that doesn't (or can't) do DNSSEC will get signed on-the-fly. 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 RSA). NSEC3 is *not* supported.
|
||||
|
||||
## Syntax
|
||||
|
||||
|
||||
Reference in New Issue
Block a user