Link to home
Start Free TrialLog in
Avatar of jcora
jcora

asked on

Signing Applets

Could anyone out there tell me what the steps would be that I would have to take in order to sign an applet?


Joanna
ASKER CERTIFIED SOLUTION
Avatar of jhance
jhance

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jcora
jcora

ASKER

How do I obtain a digital certificate?


Joanna
You can make your own with the javakey utility BUT by default browser will only accept ones from a Certification Authority like Verisign, Thawte, and a few others.  If you don't mind explaining to your users how to add your certificate to their allowable "signers" then proceed.  If not, or if they don't trust you (and why should they?) then you'll have to apply for and pay for a legit certificate.  IMHO, it's a racket designed to make lot's of money for those few compainies who have paid off MS and Netscape to accept their certificates by default.  Anyone else is an outsider and has a lot of explaining to do even if they are legitimate themselves.
Avatar of jcora

ASKER

I'm already going to have the users' prefs.js file modified to allow for capabilities api priviledges.  I just don't want them to have to be prompted to accept the security waiver.  If that could happen automatically it would be great.


Joanna
in that case you can also ask them to accept your certyficates as well.. You can issue your own certficates using a certificate server from Netscape.. It works well in an intranet kind of envirnment.. we are using it!!