Sign Applet Error?
I use my existing pkcs#12 certificate (.pfx) to sign my applet code (without any key gen. before, directly sign the code by this certificate)
jarsigner -storetype pkcs12 -keystore C:\mycert.pfx AppletCode.jar keyEntries
Although the code can be signed, when i view this page, it prompts me "Certificate not verified" and with error:
java.security.cert.CertificateException: Check leaf key usage failed in certificate.
What is wrong? Any body can help me?
* I try to geneate one self-certificate by keytool to sign my code, it can be viewed properly.

