Jboss -ssl configuration

Hi

I have received the following files in bundle

AddTrustExternalCARoot
ComodoUTNSGCCA
EssentialSSLCA_2
ofe-pro_de

I executed the following commands

C:\Program Files\Java\jdk1.5.0_06\bin>keytool -import -trustcacerts -alias root
-file D:\Dokupool\jboss-4.2.2.GA\server\default\conf\AddTrustExternalCARoot.crt
-keystore D:\Dokupool\jboss-4.2.2.GA\server\default\conf\mykeystore1

C:\Program Files\Java\jdk1.5.0_06\bin>keytool -import -trustcacerts -alias INTER
-file D:\Dokupool\jboss-4.2.2.GA\server\default\conf\ComodoUTNSGCCA.crt -keysto
re D:\Dokupool\jboss-4.2.2.GA\server\default\conf\mykeystore1

C:\Program Files\Java\jdk1.5.0_06\bin>keytool -import -trustcacerts -alias yyy -
file D:\Dokupool\jboss-4.2.2.GA\server\default\conf\ofe-pro_de.crt -keystore D:
Dokupool\jboss-4.2.2.GA\server\default\conf\mykeystore1

I didn’t get any error after execute the above commands

While browsing the url i got the following error in the browser

This CA Root certificate is not trusted because it is not in the Trusted Root Certification Authorities store.

How to solve the above issues.

Regards

Raam

Hi,

You also need to install the EssentialSSLCA_2…its another intermediate certificate.

Garry