diff options
author | 2019-09-27 13:30:22 +0100 | |
---|---|---|
committer | 2019-09-27 13:30:22 +0100 | |
commit | 4568a3c25af8540c33fa59ca38ed82b572235d83 (patch) | |
tree | af7ba33e79d46719d50edf21d31102069341546c /man/coredns-dnssec.7 | |
parent | 7328d3e8c989f28a4b3480c907fca8e7d43aa76a (diff) | |
download | coredns-4568a3c25af8540c33fa59ca38ed82b572235d83.tar.gz coredns-4568a3c25af8540c33fa59ca38ed82b572235d83.tar.zst coredns-4568a3c25af8540c33fa59ca38ed82b572235d83.zip |
doc: run make -f Makefile.doc (#3314)
add the acl manual page; mechanical change otherwise.
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'man/coredns-dnssec.7')
-rw-r--r-- | man/coredns-dnssec.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/coredns-dnssec.7 b/man/coredns-dnssec.7 index 373923a09..df17d2826 100644 --- a/man/coredns-dnssec.7 +++ b/man/coredns-dnssec.7 @@ -1,13 +1,13 @@ .\" Generated by Mmark Markdown Processer - mmark.miek.nl -.TH "COREDNS-DNSSEC" 7 "August 2019" "CoreDNS" "CoreDNS Plugins" +.TH "COREDNS-DNSSEC" 7 "September 2019" "CoreDNS" "CoreDNS Plugins" .SH "NAME" .PP -\fIdnssec\fP - enable on-the-fly DNSSEC signing of served data. +\fIdnssec\fP - enables on-the-fly DNSSEC signing of served data. .SH "DESCRIPTION" .PP -With \fIdnssec\fP any reply that doesn't (or can't) do DNSSEC will get signed on the fly. Authenticated +With \fIdnssec\fP, 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 \fInot\fP supported. |