Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

1 answer

0 votes
Kiran Panduga {Appfire}
Community Champion
September 24, 2019

Hi @Chiranjeevi , 

You will have to add the SSL certs in your Java Keystore(%JAVA_HOME%/jre/lib/security/cacerts) using the Keytool command. 

Here is one example, your situation may be different. This uses Java's keytool:

{code}

sudo keytool -import -v -trustcacerts --alias myjira -file my-certificate.txt -keystore $JAVA_HOME/jre/lib/security/cacerts

{code}

For more information, please visit this link:

https://confluence.atlassian.com/jira/connecting-to-ssl-services-117455.html

 

Thanks,

Kiran.

Chiranjeevi September 26, 2019

Thanks for the reply Kiran. Can you please tell me how to get SSL cert. 

Suggest an answer

Log in or Sign up to answer