mirror of
https://github.com/curl/curl.git
synced 2026-08-25 17:03:31 +03:00
firefox-db2pem: mention what "certutil" the script uses
... and the Debian package that provides it. Closes #14806
This commit is contained in:
parent
8d6db8cd8b
commit
40017fb323
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue