cheepest certificate for signing applets

Hello,I just would like to make disappear the message "Java Applet Window" from my frame applets.Is there any free certificate available for that? If not, can somebody point me to the place where I can purchase the cheepest certificate?Thanks for helping.
[297 byte] By [kesako] at [2008-1-7]
# 1
I have a couple of ideas that may work (they used to). I don't have them with me right now but if you email me at matt_hansen@hotmail.com I will send them to you.
matt5hansen at 2007-7-1 > top of java,Security,Signed Applets...
# 2
You will have to buy a certificate if you want to work on the web Look at this message it wil explain how to get it to work in the JDK 1.3 plugin without buying a verisign cert: http://forums.java.sun.com/thread.jsp?forum=63&thread=174214
ncoleman1 at 2007-7-1 > top of java,Security,Signed Applets...
# 3
Thanks for your reply, but I would like to deploy my applets on the web.I suppose there are no free certificates working with all the browser out there.... I was then looking for the cheepest one....
kesako at 2007-7-1 > top of java,Security,Signed Applets...
# 4

If you're using Plug-in 1.3.1, do a:

keytool -list -v -keystore "\Program Files\javasoft\jre\1.3.1\lib\security\cacerts"

to list all the CA certificates that get installed with the Plug-in. You probably don't want to stray from this list no matter how cheap the certificate because then you'd have to have your users import it into their cacerts file.

From this list, I only looked at VeriSign and Thawte. I believe VeriSign was US$400 and Thawte was US$200, but it's been a while.

kent_haidl at 2007-7-1 > top of java,Security,Signed Applets...
# 5
I'll take a look @ thawte then. Thanks for your answer!
kesako at 2007-7-1 > top of java,Security,Signed Applets...
# 6
Hi Kesako,Yup, our certs are $200 and if you need any further information you can have a look at this link: http://www.thawte.com/getinfo/products/devel/sunjava.htmlIf you need any assistance at all, let me know.Regards
Jason B at 2007-7-1 > top of java,Security,Signed Applets...