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
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/
I have resolved the problem and sucessfully configured https on JIRA
Thanks,
Kishor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.