0

I have a server that runs JBoss. When I type bad URL to that server it gives me version like this: JBossWeb/2.0.1.GA - what version of JBoss that would be? A SSL certificate will be bought and provided for me so that I could install it in JBoss. I would really appreciate any HOWTO or any information how to install ready SSL certificate on JBoss. Do I need to generate any files with openssl, when this SSL certificate will be bought from some other company that sells SSL certificates?

Thanks in advance for any help.

Teddy
  • 111
  • 2
  • 4

2 Answers2

1

The component you see displaying its version is not the JBoss Application Server, but the JBossWeb, which is "[...] an enterprise ready web server designed for medium and large applications, based on Tomcat", i.e. one of the components of the application server stack.

The documentation for JBoss GA 7.x is here, and for the equivalent JBoss EAP 6.x, here.

To setup SSL in a JBoss, start here. You need to know beforehand what is a Certificate Signing Request (CSR for short) and why you need one.

dawud
  • 15,096
  • 3
  • 42
  • 61
  • I'm a little bit confused here: I need to configure JBossWeb or JBoss AS to get SSL up and running? – Teddy Jun 30 '13 at 21:39
0

I would follow this guide from JbossWeb docs. Even thought its for version 3.0.x I imagine the ways to install SSL cert would be very similar if not the same.

I can see that you asked the same question on StackOverflow but I am not sure you were happy with the answer. If you are, you should accept it on the forum.

https://stackoverflow.com/questions/17394478/installing-ssl-certificate-on-jboss

Qben
  • 248
  • 4
  • 9