From 40017fb32316ac655986cfb55ebb0c9c56493c27 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 6 Sep 2024 08:28:42 +0200 Subject: [PATCH] firefox-db2pem: mention what "certutil" the script uses ... and the Debian package that provides it. Closes #14806 --- scripts/firefox-db2pem.sh | 3 +++ 1 file changed, 3 insertions(+) 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