Verisign SSL problem

Hi all,

I need to sign an Applet using Verisig's SSL. First, I got a .key and .csr files from our host, then we send .csr to Verisign. we got the certificate chain from them. Now i don't know how i will sign it. My test certificates are working fine.

The problem is Importing. To import i need an alias name and a password and a keystore.All these we will get when we generate key(If it is test certificate). Now the .csr and .key is generated by host. Whether I hv to contact our host requesting the above. I don't know . If someone give me a picture of what to do ..it will b helpful.

Thanks,

Vijayababu.B

[673 byte] By [vijayjava143] at [2007-9-30 3:10:06]
# 1

Hi Vijay,

This is not an answer but rather a question. Are you expecting your applet's user to setup policy files after they import your certificate(or all your applet requires is default policy files in .java.policy that comes with the jre)? Also, how will they download your certificates?

atlantisLoveAngel at 2007-6-29 13:13:39 > top of Java-index,Security,Signed Applets...
# 2

Hi Atlantis,

No need Actually. Certificate is in Keystore. So when the applet sees this it will automattically pop up a window asking user whether to trust this certificate or not? If they say is , simply it will work outside of

Sandbox. They don't have to download our certificates.

If you want them to download ur certificate, place a link in your html file. Then they can download it.

Policy files are No Need.

vijayjava143 at 2007-6-29 13:13:39 > top of Java-index,Security,Signed Applets...