6. Mozilla Firefox

Mozilla Firefox uses its own SSL certificate store contained in an NSS database instead of the OS certificate store.

The NSS tool certutil can be used to read and to write to an NSS database.

Note that the NSS database directory may contain a cert_override.txt file. In order to start clean, it may be necessary to terminate all related processes (e.g., Firefox) and to edit or delete the cert_override.txt file.

Resources:

6.1. Install certutil

6.1.1. Install certutil - Debian

To install the libnss3-tools, execute the command below.

apt-get install libnss3-tools

6.1.2. Install certutil - Mac OS Homebrew

To install the nss package, execute the command below.

brew install nss