Date: Wed, 3 Jun 1998 10:05:27 -0700 (PDT)
From: Marianne Mueller <Marianne.Mueller@Eng>
Subject: Re: Trused Applet! Help
To: java-security@web1.javasoft.com, objm@icil.co.in
Follow the steps in http://java.sun.com/security/usingJavakey.html
All you need to do is
1) generate a key pair
2) use the private key to sign the applet
3) distribute the certificate that contains the public key
to the destination machines, and import that certificate
as trusted into the identity database that is accessed on
the destination machine
4) run your applet on the destination machines