OK, so I have my server configured and it is up-and-running, but I need to change the certificate it uses, and I am unable to do so because I am unable to access the cacerts file on the Jira server's $java_home/lib/security directory
Is there a way to replace this file, and reference Jira to use it?
Hi
you could have a dedicated trust store, that you reference in the server.xml of your Jira installation by using
keyAlias="jira" keystoreFile="<Jira_HOME>/jira.jks" keystorePass="changeit" keystoreType="JKS"
https://confluence.atlassian.com/adminjiraserver/running-jira-applications-over-ssl-or-https-938847764.html provides additional information
Cheers
Kurt
Hi Kurt,
Sorry for the delay in responding, and thank-you for your suggestion. I have designed docker containers for my company for a number of years, and it had simply skipped my attention that certificate management is automated in a conventional Linux distro, and so this wasn't the problem I was expecting;
In fact it wasn't a problem at all, b/c the distro automatically resolved the certificate.
With that in mind though, I have previously utilized the steps you specify in older servers as well as within my Docker containers so they certainly are applicable if such steps are necessary for anyone else.
Much appreciated,
Kyle
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.