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?

