From: Sam Banks Date: Mon, 6 May 2024 00:30:02 +0000 (+1200) Subject: Updated typo in documentation (ECSDA instead of ECDSA) X-Git-Tag: rec-5.1.0-alpha1~21^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14136%2Fhead;p=thirdparty%2Fpdns.git Updated typo in documentation (ECSDA instead of ECDSA) --- diff --git a/docs/dnssec/intro.rst b/docs/dnssec/intro.rst index 2b2a0fc0fe..9a1838234f 100644 --- a/docs/dnssec/intro.rst +++ b/docs/dnssec/intro.rst @@ -8,7 +8,7 @@ PowerDNS installation with DNSSEC. Zone material is enhanced with signatures using ``keys``. Such a signature (called an RRSIG) is a cryptographic guarantee that the data served is -the original data. DNSSEC keys are asymmetric (RSA, DSA, ECSDA or GOST), +the original data. DNSSEC keys are asymmetric (RSA, DSA, ECDSA or GOST), the public part is published in DNS and is called a DNSKEY record, and is used for verification. The private part is used for signing and is never published.