This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:support:fennosys_root_ca:firefox [2021/10/03 01:25] superadmin |
en:support:fennosys_root_ca:firefox [2021/10/03 01:37] (current) superadmin |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== Installing Fennosys root CA to Firefox | + | ==== Installing Fennosys root CA to Firefox |
* Download and save the certificate locally to your computer | * Download and save the certificate locally to your computer | ||
* https:// | * https:// | ||
- | * Enter firefox profile folder (~/ | + | * Open shell |
- | * Import CA | + | * cd to your firefox profile folder (~/.mozilla/firefox/????????.default*) |
- | $ certutil -d ./ -A -i / | + | |
- | ** The above will require firefox master password (same which is used for protecting saved credentials - if one is set): | + | |
- | < | + | |
- | Enter Password or Pin for "NSS Certificate DB": [enter your ff master passwd] | + | |
- | </ | + | |
- | * Check that our cert was installed OK | + | $ certutil -d ./ -A -i / |
- | <pre> | + | |
- | $ certutil -d ./ -L -n "FPN CA" | head | + | * The above will require firefox master password (if one is set! - Same which is used for protecting " |
- | </ | + | |
- | <pre> | + | Enter Password or Pin for "NSS Certificate DB": [enter your ff master passwd] |
- | Certificate: | + | |
+ | | ||
+ | |||
+ | $ certutil -d ./ -L -n "FPN CA" | head | ||
+ | |||
+ | |||
+ | Certificate: | ||
Data: | Data: | ||
Version: 3 (0x2) | Version: 3 (0x2) | ||
Line 29: | Line 31: | ||
Validity: | Validity: | ||
Not Before: Tue Aug 14 15:03:54 2018 | Not Before: Tue Aug 14 15:03:54 2018 | ||
- | </ | + | |
+ | * All done! =) |