Certificates

I'm using the latest (as of today) Java Studio Enterprise 8.1 application server. I'm trying to request a verisign certificate and install it on the system. I used the keytool to perform a certificate request, sent the certificate to versign, got the reply back, and installed the signed key (and changed the application server to point to that alias on port 443 of the http-listener-2).

The problem is that I'm still getting an "untrusted certificate" message every time I use the https:// interface. Can someone please list the steps needed to request, install, and activate a signed key from a trusted third-party provider? Does it get installed into keystore.jks or cacerts.jks?

[699 byte] By [rpalm01a] at [2007-11-27 8:19:48]
# 1

JSE includes Sun Java System Application Server 8.2.

The following are a couple of links on managing certificates:

http://docs.sun.com/source/819-0079-10/dgsecure.html#wp23487

http://docs.sun.com/source/819-0215/security.html#wp1196271

I would also like to suggest that you raise this issue at the appserver forums, simply because appserver experts hang out there:

http://forum.java.sun.com/forum.jspa?forumID=757

http://forum.java.sun.com/forum.jspa?forumID=751

KarthikRa at 2007-7-12 20:08:02 > top of Java-index,Development Tools,Java Tools...