Skip to content

How to import HTTPS certificate

Wolfgang Imig edited this page Nov 18, 2019 · 4 revisions

The packaged Java VM inside ITOL might not trust the HTTPS certificate of your Redmine server. Go through this steps to import the certificate.

  • Download keytool.exe

  • Copy keytool.exe into

      C:\Users\yourname\AppData\Local\Issue Tracker for Microsoft Outlook 32bit\runtime\bin
    

or for 64bit installations

    C:\Users\yourname\AppData\Local\Issue Tracker for Microsoft Outlook 64bit\runtime\bin
  • Open Command Prompt window and change directory to

      C:\Users\yourname\AppData\Local\Issue Tracker for Microsoft Outlook xxbit\runtime\bin
    
  • Execute

      keytool.exe -import -file <yourcertificate> -keystore ..\lib\security\cacerts -storepass changeit
    
Clone this wiki locally