From 182c208efd4a75ae195f15e736700af5936f9e26 Mon Sep 17 00:00:00 2001 From: Sam Banks Date: Mon, 6 May 2024 12:30:02 +1200 Subject: [PATCH] Updated typo in documentation (ECSDA instead of ECDSA) --- docs/dnssec/intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2