firefox-db2pem: mention what "certutil" the script uses

... and the Debian package that provides it.

Closes #14806
This commit is contained in:
Daniel Stenberg 2024-09-06 08:28:42 +02:00
parent 8d6db8cd8b
commit 40017fb323
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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