CVS log for loncom/html/adm/loncapa.keystore

[BACK] 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


Revision 1.1: download
Tue Jun 24 09:38:54 2008 UTC (15 years, 10 months ago) by foxr
Branches: MAIN
CVS tags: language_hyphenation_merge, language_hyphenation, bz6209-base, bz6209, bz5969, bz2851, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE, HEAD, BZ5971-printing-apage, BZ5434-fox, BZ4492-merge, BZ4492-feature_horizontal_radioresponse, BZ4492-feature_Support_horizontal_radioresponse, BZ4492-Support_horizontal_radioresponse
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.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>