Configuration of https on Jira

Kishor Bhanji June 15, 2011

Hi,

I have installed and configured JIRA 4.3 Standalone and now i am configuring the https on JIRA Server.

I was following the step which given in JIRA Online support :

1. Configure HTTPS in Tomcat

Edit conf/server.xml

<Connector port="8443" maxHttpHeaderSize="8192" SSLEnabled="true"

maxThreads="150" minSpareThreads="25" maxSpareThreads="75"

enableLookups="false" disableUploadTimeout="true" useBodyEncodingForURI="true"

acceptCount="100" scheme="https" secure="true"

clientAuth="false" sslProtocol="TLS" />

2. Generate Self-Signed Certificate

C:\Program File\Java\jre6\bin\keytool -genkey -alias tomcat -keyalg RSA

3. C:\Program File\Java\Jre6\jre\bin\keytool -export -alias tomcat -file devjira.cer

4. Obtain CA Certificate ????

I am stuck over here as while obtaining the key from CA Authorities, I need to copy and paste the key which generated (.csr). But i could not find out .csr nor i am able to open the "devjira.cer" file.

for example

Beging---

safersfsdf

End---

I appreciate for your help to give me step by step guidelines.

Thanks,

Kishor


2 answers

1 vote
justindowning
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 16, 2011

I just answered this, but here's how I did it with Apache providing the SSL connection: http://justinit.wordpress.com/2011/06/15/jira-with-apache2-and-ssl/

0 votes
Kishor Bhanji June 16, 2011

I have resolved the problem and sucessfully configured https on JIRA

Thanks,

Kishor

justindowning
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 17, 2011
You should either (a) mark my answer correct or (b) answer with the method you took to resolve this. Thanks!

Suggest an answer

Log in or Sign up to answer