Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Certificates in JRun 4.0...i'm getting nuts!

843811Nov 13 2003 — edited Nov 14 2003
Hello there!
This situation it's getting me nuts!
We have JRun 4.0 and we got the Verisign (VS) certificate.

* We created the keystore file:
keytool -genkey -keyalg RSA -alias jrun -keystore mykeystore

* Now, we created the request for VS:
keytool -certreq -keystore mykeystore -alias jrun -file myreq.csr

* We received the certificate from VS and we pasted it in mycert.cer
* Now we import the certificate in the keystore and in the trustStore files (we have located both in c:\jrun4\lib):
keytool -import -trustcacerts -keystore mykeystore -file mycert.cer
-alias jrun
keytool -import -trustcacerts -keystore trustStore -file mycert.cer
-alias jrun
* Then we set the SSL and Proxy service in the JMC pointing to these files (keystore and trustStore).

We connect to the site: https://localhost:9100 (This is the SSL port)
An we receive the message that this certificate is not valid!!!

WHAT ARE WE DOING WRONG???
Please, help us we need your help it very much!
Regards.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 12 2003
Added on Nov 13 2003
4 comments
325 views