I know that this question has been already asked, but there are so many different answers... So we are moving JIRA from MS Windows 2008 server to 2016 server (I know it's a bit late, but it's outside of this discussion :-)). We have SSL certificate on the old server and would like to transfer it to the new one. I would greatly appreciate short instructions on how to do it. just as an FYI, below is related part from our server.xml:
<Connector SSLEnabled="true" acceptCount="100" clientAuth="false" connectionTimeout="20000" disableUploadTimeout="true" enableLookups="false" keyAlias="mvneng04" keystoreFile="C:\jira_connect_com.jks" keystorePass="JIRA1ssl" keystoreType="JKS" maxHttpHeaderSize="8192" maxSpareThreads="75" maxThreads="150" minSpareThreads="25" port="443" protocol="org.apache.coyote.http11.Http11Protocol" scheme="https" secure="true" sslProtocol="TLS" useBodyEncodingForURI="true"/><Connector acceptCount="100" connectionTimeout="20000" disableUploadTimeout="true" enableLookups="false" maxHttpHeaderSize="8192" maxSpareThreads="75" maxThreads="150" minSpareThreads="25" port="80" protocol="HTTP/1.1" redirectPort="443" useBodyEncodingForURI="true"/></Service>
I would appreciate any advice. Let me know if you have any questions. And thank you in advance.