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:// | ||
- | (This notification is here for the people with several Internet browser installed to their system) | + | * Open shell |
- | * https://manuals.c1.fi/certs/Fennosys-PN-CA.crt | + | * cd to your firefox profile folder (~/.mozilla/firefox/????????.default*) |
- | + | ||
- | Click the link above. This will open "trust a new CA" dialog which looks something like this: | + | |
- | < | + | * Import |
- | You have been asked to trust a new Certificate Authority (CA). | + | |
- | Do you want to trust "Mozilla Root CA" | + | $ certutil -d ./ -A -i / |
- | [*] Trust this CA to identify web sites. | + | |
- | [ ] 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 | + | Enter Password or Pin for "NSS Certificate DB": [enter your ff master passwd] |
- | and its policy and procedures (if available). | + | |
- | [VIEW] Examine CA certificate | + | * Check that our cert was installed OK |
- | </ | + | |
- | //SHA256 Fingerprint:// | + | $ certutil -d ./ -L -n "FPN CA" | head |
- | 3D: | ||
- | | + | |
- | - Close the Certificate Viewer and check at the first box (' | + | Data: |
- | - Press ' | + | Version: 3 (0x2) |
+ | | ||
+ | 00: | ||
+ | Signature Algorithm: PKCS #1 SHA-512 With RSA Encryption | ||
+ | | ||
+ | -, | ||
+ | Validity: | ||
+ | Not Before: Tue Aug 14 15:03:54 2018 | ||
+ | |||
+ | * All done! =) |