From: Peter van Dijk Date: Mon, 8 Jul 2019 08:44:15 +0000 (+0200) Subject: Backport #7976: Make pdnsutil set-publish-cds default to SHA-256 only X-Git-Tag: auth-4.2.0-rc3~19^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5bfe29344c799c03d0f139d11a9cc39d7299d54;p=pdns Backport #7976: Make pdnsutil set-publish-cds default to SHA-256 only --- diff --git a/docs/manpages/pdnsutil.1.rst b/docs/manpages/pdnsutil.1.rst index 63b19bf59..72cdf6a72 100644 --- a/docs/manpages/pdnsutil.1.rst +++ b/docs/manpages/pdnsutil.1.rst @@ -109,7 +109,7 @@ unset-nsec3 *ZONE* set-publish-cds *ZONE* [*DIGESTALGOS*] Set *ZONE* to respond to queries for its CDS records. the optional argument *DIGESTALGOS* should be a comma-separated list of DS - algorithms to use. By default, this is 1,2 (SHA1 and SHA2-256). + algorithms to use. By default, this is 2 (SHA-256). set-publish-cdnskey *ZONE* Set *ZONE* to publish CDNSKEY records. unset-publish-cds *ZONE* diff --git a/pdns/pdnsutil.cc b/pdns/pdnsutil.cc index 5bea46eb9..ed3bf5d3d 100644 --- a/pdns/pdnsutil.cc +++ b/pdns/pdnsutil.cc @@ -2017,7 +2017,7 @@ try cout<<"set-presigned ZONE Use presigned RRSIGs from storage"<