How to install certificate in JDK?


The content on this page relates to platforms that are not supported. Consequently, QMetry Support cannot guarantee providing any support for it. Please be aware that this material is provided for your information only and using it is done so at your own risk.

Here are the steps to install the certificate in JDK (post JDK installation) :

  1. Download the code zip of InstallCert from this link: https://github.com/escline/InstallCert

  2. Unzip the file and go to that location from the command prompt.

  3. Run the below commands to install the certificate :

    1. javac InstallCert

    2. java InstallCert your URL  (replace it with your Jira URL – example: https://jira.mycompany.com )

  4. Copy the generated jssecacerts file in the directory to your $JAVA_HOME\jre\lib\security