Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

setup new SSL Certificate to RTC 4.0

Hello,

I would like to change the certified to RTC, I'm using tomcat (by default) but I can't find where is located or it requires

perform others task for do it?

0 votes

Comments

For tomcat the SSL certificate is pointed to by in the tomcat/conf/server.xml file.  The current certificate may also be in that same location.

In the <Connector . /> that's ssl enabled you'll find something like:

keyAlias="rtp-rtc9" key
storeFile="rtp-rtc9.jks" keystorePass="passwerd"

put your new key file into the tomcat directory and adjust the values for keyAlias, storeFile, keystorePass and restart.


Accepted answer

Permanent link
You need to store the certificate in the Tomcat keystore, and then reference it in the server.xml file.
Here is some information from the Tomcat documentation:
http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html
Rafael Rodriguez Montes selected this answer as the correct answer

1 vote

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 7,495
× 6,121

Question asked: Jul 25 '13, 4:00 p.m.

Question was seen: 7,175 times

Last updated: Jul 25 '13, 6:04 p.m.

Confirmation Cancel Confirm