Difference between revisions of "JGridstart/Developers"

From PDP/Grid Wiki
Jump to navigationJump to search
(→‎Related websites: update Grix link)
 
Line 40: Line 40:
 
** [http://yellowcat1.free.fr/keytool_iui.html KeyTool IUI] the cryptography GUI tool
 
** [http://yellowcat1.free.fr/keytool_iui.html KeyTool IUI] the cryptography GUI tool
 
** [http://gridshib.globus.org/docs/gridshib-ca-0.5.1/ gridshib-ca] contains a java web start tool that installs user certificates
 
** [http://gridshib.globus.org/docs/gridshib-ca-0.5.1/ gridshib-ca] contains a java web start tool that installs user certificates
** [http://www.arcs.org.au/index.php/services/security/290-grix Grix] is a Java gui application to help users handle security related tasks within a grid environment ([http://grix.arcs.org.au/ old link])
+
** [http://projects.arcs.org.au/trac/grix/ Grix] is a Java gui application to help users handle security related tasks within a grid environment ([http://grix.arcs.org.au/ old] [http://www.arcs.org.au/index.php/services/security/290-grix links])
 
** [http://www.apgrid.org/csrgenerator/ CSRGenerator] is a Java gui wizard to submit a CSR, implementing a subset of jGridstart's features
 
** [http://www.apgrid.org/csrgenerator/ CSRGenerator] is a Java gui wizard to submit a CSR, implementing a subset of jGridstart's features
 
** [http://wiki.ngs.ac.uk/index.php?title=Libbrowser libbrowser] is a Java library for accessing Internet Explorer and Mozilla keystores read/write(!) using native calls to dll/so.
 
** [http://wiki.ngs.ac.uk/index.php?title=Libbrowser libbrowser] is a Java library for accessing Internet Explorer and Mozilla keystores read/write(!) using native calls to dll/so.

Latest revision as of 14:32, 26 March 2013

NEWS for December 2012: join the jGridstart Collaborathon! more information

<sidebar>

  • jGridstart
    • JGridstart|Home
    • JGridstart/Help|Help
    • JGridstart/Support|Support
  • jGridstart for ...
    • JGridstart/Certificate_Authorities|Certificate Authorities
    • JGridstart/Developers|Developers

</sidebar>JGridstart is an open source project, licensed under the Apache 2.0 license. It was developed at Nikhef as part of the BiG Grid project.

Developer documents

Building from source

JGridstart's source can be found at github. To build the latest development version from source, make sure that you have installed a Java development kit (JDK) and Maven, then run:

 git clone https://github.com/biggrid/jGridstart.git
 cd jGridstart
 mvn install

The current 'final' product can be found in jgridstart-small/target/jgridstart-small-<version>.jar (together with a bcprov-<jdk>-<version>.jar). Please see the README for more information.

jGridstart's main application is in jgridstart/, and it can be run from there using the shellscript jgridstart.sh (or jgridstart.bat on Windows).

Related websites

  • Certificate Authority Operations WG
  • Related software
    • Certificate Management Wizard is a wizard for setting up the grid; much more complex than jGridstart both in functionality and user-interface.
    • Grid Tools
    • SpectroGrid2 with a java web start based certificate manager (also here)
    • JaBaCATs Java Basic Certificate Authority Tools
    • Portecle - GUI to create, manage and examine keystores, keys, certificates, requests, revocation lists and more.
    • KeyTool IUI the cryptography GUI tool
    • gridshib-ca contains a java web start tool that installs user certificates
    • Grix is a Java gui application to help users handle security related tasks within a grid environment (old links)
    • CSRGenerator is a Java gui wizard to submit a CSR, implementing a subset of jGridstart's features
    • libbrowser is a Java library for accessing Internet Explorer and Mozilla keystores read/write(!) using native calls to dll/so.