User Tools

Site Tools


en:support:fennosys_root_ca:firefox

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:support:fennosys_root_ca:firefox [2021/10/03 01:28]
superadmin
en:support:fennosys_root_ca:firefox [2021/10/03 01:37] (current)
superadmin
Line 1: Line 1:
-==== Installing Fennosys root CA to Firefox on a PC ====+==== Installing Fennosys root CA to Firefox (Linux workstation) ====
  
   * Download and save the certificate locally to your computer   * Download and save the certificate locally to your computer
     * https://manuals.c1.fi/certs/Fennosys-PN-CA.crt     * https://manuals.c1.fi/certs/Fennosys-PN-CA.crt
  
-  * Enter firefox profile folder (~/.mozilla/firefox/????????.default*)+  * Open shell
  
-  * Import CA+  * cd to your firefox profile folder (~/.mozilla/firefox/????????.default*) 
 + 
 +  * Import CA with certutil cli tool
  
     $ certutil -d ./  -A -i /usr/local/share/ca-certificates/Fennosys-PN-CA.crt -n "FPN CA" -t "TCu,,"     $ certutil -d ./  -A -i /usr/local/share/ca-certificates/Fennosys-PN-CA.crt -n "FPN CA" -t "TCu,,"
  
-  * The above will require firefox master password - Same which is used for protecting "saved passwords(**if the master password has been set**):+  * The above will require firefox master password (if one is set! - Same which is used for protecting "Logins and Passwords"):
  
     Enter Password or Pin for "NSS Certificate DB": [enter your ff master passwd]     Enter Password or Pin for "NSS Certificate DB": [enter your ff master passwd]
  
 +  * Check that our cert was installed OK
  
-* Check that our cert was installed OK +    $ certutil -d ./ -L -n "FPN CA" | head 
-<pre> + 
-$ certutil -d ./ -L -n "FPN CA" | head + 
-</pre> +  Certificate:
-<pre> +
-Certificate:+
     Data:     Data:
         Version: 3 (0x2)         Version: 3 (0x2)
Line 30: Line 31:
         Validity:         Validity:
             Not Before: Tue Aug 14 15:03:54 2018             Not Before: Tue Aug 14 15:03:54 2018
-</pre>+ 
 +  * All done! =)
en/support/fennosys_root_ca/firefox.1633224499.txt.gz · Last modified: 2021/10/03 01:28 by superadmin