Hi Team,
We are using the below commands to import the certificate.
$JAVA_HOME/keytool -import -alias rootCA -keystore $Jira_HOME/lemur.jks -file root.crt
$JAVA_HOME/keytool -import -alias lemur -keystore $Jira_HOME/lemur.jks -file star_oup.crt
$JAVA_HOME/keytool -list -alias lemur -keystore $Jira_HOME/lemur.jks
But the certificate is getting imported as the TrustedCertEntry insted of PrivateKeyEntry.
We are following the steps mentioned in (https://confluence.atlassian.com/adminjiraserver/running-jira-applications-over-ssl-or-https-938847764.html)
Regards,
Kiran