Up to [LON-CAPA] / loncom / html / adm
Request diff between arbitrary revisions
Keyword substitution: b (i.e.: CVS considers this a binary file)
Default branch: MAIN
LonCAPA keystore for signing lonCAPA .jar applet files, so that users of the applet know that rather than coming from some scruffy hacker, they come from the LonCAPA set of scruffy hackers. To sign an applet, your development system will need to have a version of Sun's java development kit installed. These instructions assume that the bin directory of that kit are in PATH. Suppose we have a jar file named applet.jar we want to sign: jarsigner -keystore loncapa.keystore -signedjar sapplet.jar applet.jar loncapa Will sign the applet.jar file creating a new jar file sapplet.jar. You will be prompted for the keystore password, which I'm not going to give here.