diff options
author | 2019-09-08 00:26:06 -0700 | |
---|---|---|
committer | 2019-09-08 08:26:06 +0100 | |
commit | b156e0440f81d3648ec08960de1371b257b18c73 (patch) | |
tree | d56493ce2c576a16d1ce839e090810cad17743f8 /plugin | |
parent | 9b192564ac43160eb0a20481a182feae768850e2 (diff) | |
download | coredns-b156e0440f81d3648ec08960de1371b257b18c73.tar.gz coredns-b156e0440f81d3648ec08960de1371b257b18c73.tar.zst coredns-b156e0440f81d3648ec08960de1371b257b18c73.zip |
Making dnssec's README consistent with other plugins' READMEs (#3252)
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/dnssec/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/dnssec/README.md b/plugin/dnssec/README.md index c8e17bf4f..abb222dd7 100644 --- a/plugin/dnssec/README.md +++ b/plugin/dnssec/README.md @@ -2,11 +2,11 @@ ## Name -*dnssec* - enable on-the-fly DNSSEC signing of served data. +*dnssec* - enables 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 +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. |