Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We recommend using Openssl that comes with git installation when running on Windows to not to risk by downloading 3rd party openssl implementaions
(in all commands below instead of jira.host.url substitute your Jira server url)

⚠ Run cmd as administrator on Windows

  1. cd C:\Program Files\Git\usr\bin\openssl.exe

  2. openssl s_client -connect jira.host.url:443 < NUL > c:\tempCert\jira.host.url.crt

...