-1

I have an applet of a third party in *.war format, i want to jarsign it with my verisign certificate in order to change this:

Untrusted

Into this

Trusted

I have tried this way

jarsigner -storetype pkcs12 -keystore CompanyCert.pfx -storepass myStorePass FileApplet.jar myAlias

And it looks like signs well but i get still the advice of the first image.

Anybody knows how to do that?

enter image description here

And Key Usages:

enter image description here

AMB
  • 995
  • 1
  • 12
  • 26

1 Answers1

0

Ok, i have found the problem, its needed an codeSignning cert in ExtendedKeyUsages. I get one and it works

AMB
  • 995
  • 1
  • 12
  • 26