From: Peter van Dijk Date: Thu, 30 Jan 2020 16:06:28 +0000 (+0100) Subject: fix typo X-Git-Tag: auth-4.3.0-beta2~52^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8755%2Fhead;p=thirdparty%2Fpdns.git fix typo Co-Authored-By: Pieter Lexis --- diff --git a/docs/upgrading.rst b/docs/upgrading.rst index b48c1dbf58..a2af8b9ebc 100644 --- a/docs/upgrading.rst +++ b/docs/upgrading.rst @@ -59,7 +59,7 @@ Schema changes Implicit 5->7 algorithm upgrades ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Since version 3.0 (the first version of the PowerDNS Authoritative Server that supported DNSSEC signing), we have automatically, silently, upgraded algorithm 5 (RSASHA1) keys to algorithm 7 (RSASHA1-NSEC3-SHA1) when the user enabled DNSSEC. This has been a source of confusion, and because of that, we introduced warnings for users of this feature in 4.0 and 4.1. To see if you are affected, run ``pdnsutil check-all-zones`` from version 4.0 or up. In this release, the automatic upgrade is gone, and affected zones will break if no action is taken. +Since version 3.0 (the first version of the PowerDNS Authoritative Server that supported DNSSEC signing), we have automatically, silently, upgraded algorithm 5 (RSASHA1) keys to algorithm 7 (RSASHA1-NSEC3-SHA1) when the user enabled NSEC3. This has been a source of confusion, and because of that, we introduced warnings for users of this feature in 4.0 and 4.1. To see if you are affected, run ``pdnsutil check-all-zones`` from version 4.0 or up. In this release, the automatic upgrade is gone, and affected zones will break if no action is taken. 4.1.X to 4.2.0 --------------