Make Firefox read certificates from Windows certificate store
I recently activated SSL inspection on user computers. I installed a certificate from the supplier to use, but Firefox did not read this certificate. Google Chrome and Internet Explorer worked fine. To make this work, force Firefox to read certificates from Windows store by changing settings in Firefox. Firefox will read .js files when starting.
Create a new file containing:
- and save with extension .js. E.g. Firefox_settings_securityEnterpriseRootEnabled.js.
Use Windows to distribute this file to all computers to both 32 and 64 bit folder:
C:\Program Files\Mozilla Firefox\defaults\pref
&
C:\Program Files (x86)\Mozilla Firefox\defaults\pref
Create a new file containing:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Make Firefox use Windows certificate store */ | |
pref("security.enterprise_roots.enabled", true); |
- and save with extension .js. E.g. Firefox_settings_securityEnterpriseRootEnabled.js.
Use Windows to distribute this file to all computers to both 32 and 64 bit folder:
C:\Program Files\Mozilla Firefox\defaults\pref
&
C:\Program Files (x86)\Mozilla Firefox\defaults\pref
Kommentarer
Send en kommentar