christian-korneck / firefox_add-certs

script to add new CA certificates to the Firefox trusted certificate store on Windows
The Unlicense
41 stars 8 forks source link

firefox_add-certs

script to add new CA certificates to the Firefox trusted certificate store on Windows

Description

Unlike other browsers, Firefox doesn't use the Windows certificate store, but comes with its own hardcoded list of trusted Certificate Authorities. New CA certificates can be added through the GUI and are stored in the user's Firefox profile. This cmd script is a very thin wrapper around Mozilla's NSS certutil command line tool, that adds all CA certificates from a given folder as trusted to:

The release download includes a build of the NSS certutil.exe.

Usage

Requirements