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 [2018/08/19 04:10] 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 |
- | Ensure that you have opened this page with Firefox browser. | + | * Download and save the certificate locally to your computer |
+ | * https:// | ||
- | * https:// | + | * Open shell |
- | + | ||
- | Click the link above. This will open "trust a new CA" dialog which looks something like this: | + | |
- | < | + | * cd to your firefox profile folder |
- | You have been asked to trust a new Certificate Authority | + | |
- | Do you want to trust " | + | * Import |
- | [*] Trust this CA to identify web sites. | + | $ certutil -d ./ -A -i / |
- | [ ] Trust this CA to identify email users. | + | |
- | [ ] Trust this CA to identify software developers. | + | |
- | Before trusting this CA for any purpose, you should examine its certificate | + | * The above will require firefox master password (if one is set! - Same which is used for protecting " |
- | and its policy and procedures (if available). | + | |
- | [VIEW] Examine CA certificate | + | Enter Password or Pin for "NSS Certificate DB": |
- | </ | + | |
- | //SHA256 Fingerprint:// | + | * Check that our cert was installed OK |
- | 3D: | + | $ certutil -d ./ -L -n "FPN CA" | head |
- | - Click " | + | |
- | | + | Certificate: |
- | - Press ' | + | Data: |
+ | Version: 3 (0x2) | ||
+ | | ||
+ | 00: | ||
+ | Signature Algorithm: PKCS #1 SHA-512 With RSA Encryption | ||
+ | Issuer: " | ||
+ | -, | ||
+ | Validity: | ||
+ | Not Before: Tue Aug 14 15:03:54 2018 | ||
+ | |||
+ | * All done! =) |