We've created an easy installation process page for you.
Installing the certificate will add it to the relevant operating system store (Keychain for Mac, Certificate Management for Windows)
In case you're running third party tools which requires and manages its own certificate system, you'll need to import it there as well.
Few examples with references:
-
Java SE - You will be required to push the certificate to the Java cert store as well:
Or using the keytool - https://docs.oracle.com/javase/tutorial/security/toolsign/rstep2.html
-
InteliJ - https://intellij-support.jetbrains.com/hc/en-us/community/posts/206153629-How-to-add-a-SSL-root-certificate-to-IDEA-on-OS-X-?sort_by=votes
-
Git - http://stackoverflow.com/questions/9008309/how-do-i-set-git-ssl-no-verify-for-specific-repos-only
-
Firefox - https://wiki.mozilla.org/CA:AddRootToFirefox
Firefox doesn't use the built-in certificate store like everybody else. They have their own.
-
From the browser options menu, click Settings.
-
Search for Certificates and click View Certificates.
-
In the Authorities tab, click Import.
-
Browse to where you stored the Cato root certificate and select it and click Open.
This should resolve any certificate issues with TLS inspection in Firefox.
0 comments
Please sign in to leave a comment.