From: Matt Nordhoff Date: Tue, 19 Mar 2019 17:57:18 +0000 (+0000) Subject: Make pdnsutil set-publish-cds default to SHA-256 only X-Git-Tag: dnsdist-1.4.0-rc1~96^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80c320d73f469a101e27608f8488c1adc30d8ea8;p=thirdparty%2Fpdns.git 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 63b19bf591..72cdf6a726 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 b2045b9d43..be61c6cdf3 100644 --- a/pdns/pdnsutil.cc +++ b/pdns/pdnsutil.cc @@ -2013,7 +2013,7 @@ try cout<<"set-presigned ZONE Use presigned RRSIGs from storage"<