From b156e0440f81d3648ec08960de1371b257b18c73 Mon Sep 17 00:00:00 2001 From: Cricket Liu Date: Sun, 8 Sep 2019 00:26:06 -0700 Subject: [PATCH] Making dnssec's README consistent with other plugins' READMEs (#3252) --- plugin/dnssec/README.md | 4 ++-- 1 file 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.