From: Daniel Stenberg Date: Fri, 6 Sep 2024 06:28:42 +0000 (+0200) Subject: firefox-db2pem: mention what "certutil" the script uses X-Git-Tag: curl-8_10_0~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40017fb32316ac655986cfb55ebb0c9c56493c27;p=thirdparty%2Fcurl.git firefox-db2pem: mention what "certutil" the script uses ... and the Debian package that provides it. Closes #14806 --- diff --git a/scripts/firefox-db2pem.sh b/scripts/firefox-db2pem.sh index a45a881db8..57252b4057 100755 --- a/scripts/firefox-db2pem.sh +++ b/scripts/firefox-db2pem.sh @@ -26,6 +26,9 @@ # It extracts all ca certs it finds in the local Firefox database and converts # them all into PEM format. # +# It uses the "certutil" command line tool from the NSS project to perform the +# conversion. On Debian it comes in the "libnss3-tools" package. +# set -eu