Information Technology Reference
In-Depth Information
How to do it…
In this recipe, let's assume we want to connect JIRA to an LDAP server that is running on
SSL. Perform the following steps to make it a trusted site inside JIRA:
1. Open up a command prompt and go to the directory where the certificate file
resides.
2. Import the certificate into the trust store by running the keytool -import
-alias tomcat -file file.cer
JAVA_HOME\jre\lib\security\cacerts command, where file.cer
is the certificate file.
3. Restart JIRA to apply the changes.
Search WWH ::




Custom Search