Tuesday, 15 July 2014

Signing jars with multiple certificates for java webstart -



Signing jars with multiple certificates for java webstart -

i trying sign application multiple certificates, allow different clients (that trust 1 of them) execute them java webstart.

the signing seems work fine, see multiple .dsa/.rsa , *.sf files in meta-inf of jars. seems javaws recognizes 1 of them , refuses start if doesn't trust certificate.

does java webstart handle multiple signatures or not? doing wrong here?

it's not specified, suspect web start client looking match first certificate finds.

i found this related bug report unfortunately marked wontfix. workaround have 2 separate deployments 2 separate signatures. or work clients find out why trust 1 of certificates not other ...

java java-web-start certificate

No comments:

Post a Comment