Technical environment
- JIRA: 6.2.4 (installed on Windows) running tomcat webserver
- TMG: 2010 (installed on Windows)
Tasks
- Installed *.domain.com certificate on TMG server (using Certificate Console in Windows)
- Exported certificate (including private key) as PKCS12 format
- Converted certificate to JKS store using keytool
- keytool -importkeystore -srckeystore certificate.pfx -srcstoretype pkcs12 -destkeystore jira.jks -deststoretype JKS
- Edited the alias in the JKS store using Portecle (http://portecle.sourceforge.net/)
- TMG customizations
- Created a new web listener
- Created a new web rule for jira.domain.com
- Removed link translation on rule
- Removed "URL normalization" HTTP setting on rule
(right click the rule in TMG and choose HTTP in the bottom) - JIRA server customizations
- Installed jira.jks file on server
- Edited server.xml for JIRA server (port 443 and referencing jira.jks)
- Edited baseURL in JIRA to https://jira.domain.com
- Restarted JIRA service
<Connector port="443" protocol="org.apache.coyote.http11.Http11Protocol"
maxThreads="150" minSpareThreads="25"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="false"
clientAuth="false" sslProtocol="TLS" useBodyEncodingForURI="true"
keyAlias="jira.domain.com" keystoreFile="C:\Java\jdk1.8.0_05\jira.jks"
Links
1 comment:
I really appreciate information shared above. It’s of great help. If someone want to learn Online (Virtual) instructor lead live training in TECHNOLOGY , kindly contact us http://www.maxmunus.com/contact
MaxMunus Offer World Class Virtual Instructor led training on TECHNOLOGY. We have industry expert trainer. We provide Training Material and Software Support. MaxMunus has successfully conducted 100000+ trainings in India, USA, UK, Australlia, Switzerland, Qatar, Saudi Arabia, Bangladesh, Bahrain and UAE etc.
For Demo Contact us.
Sangita Mohanty
MaxMunus
E-mail: sangita@maxmunus.com
Skype id: training_maxmunus
Ph:(0) 9738075708 / 080 - 41103383
http://www.maxmunus.com/
Post a Comment