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:22]
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
  
-Enter firefox profile folder (~/.mozilla/firefox/????????.default*)+  Open shell
  
-Import CA +  cd to your firefox profile folder (~/.mozilla/firefox/????????.default*)
-<pre> +
-$ certutil -d ./  -A -i /usr/local/share/ca-certificates/Fennosys-PN-CA.crt -n "FPN CA" -t "TCu,," +
-</pre> +
-** The above will require firefox master password (same which is used for protecting saved credentials - if one is set)+
-<pre> +
-Enter Password or Pin for "NSS Certificate DB": [enter your ff master passwd] +
-</pre>+
  
-* Check that our cert was installed OK +  * Import CA with certutil cli tool 
-<pre> + 
-$ certutil -d ./ -L -n "FPN CA" | head +    $ certutil -d ./  -A -i /usr/local/share/ca-certificates/Fennosys-PN-CA.crt -n "FPN CA" -t "TCu,," 
-</pre> + 
-<pre> +  * The above will require firefox master password (if one is set! - Same which is used for protecting "Logins and Passwords"): 
-Certificate:+ 
 +    Enter Password or Pin for "NSS Certificate DB": [enter your ff master passwd] 
 + 
 +  * Check that our cert was installed OK 
 + 
 +    $ certutil -d ./ -L -n "FPN CA" | head 
 + 
 + 
 +  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.1633224168.txt.gz · Last modified: 2021/10/03 01:22 by superadmin