I bought a wildcard SSL certificate at rapidSSL which provided me web certificate and an intermediate certificate. i installed the web certificate using:
keytool -import -alias root -keystore keystore -trustcacerts -file valicert_class2_root.crt
maybe web certificate is not a root certificate?!
and i installed the intermediate certificate using:
keytool -import -alias intermed -keystore keystore -trustcacerts -file gd_intermediate.crt
i didn't get any cross certificates.
i used the following url to create the keystore file:
http://trac.red5.org/wiki/Documentation/Tutorials/Red5DeveloperTips/SSLTLS
the problem is that when I try to browse on https, the browser complains that it's a self signed certificate.
any ideas ?!
thanks!