org.globus.tools
Class GridCertRequest
java.lang.Object
org.globus.tools.GridCertRequest
- public final class GridCertRequest
- extends Object
GridCertRequest Command Line Client.
- Author:
- Jean-Claude Cote
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
USAGE
public static final String USAGE
GridCertRequest
public GridCertRequest()
main
public static void main(String[] args)
parseCmdLine
protected static void parseCmdLine(String[] args)
genCertificateRequest
public static void genCertificateRequest(String dname,
String emailAddressOfCA,
String password,
File keyFile,
File certFile,
File certReqFile)
throws Exception
- Generates a encrypted private key and certificate request.
- Throws:
Exception