Changes between Version 10 and Version 11 of GENIUserWorkspace/ConfigCredentials


Ignore:
Timestamp:
03/20/13 15:01:14 (11 years ago)
Author:
Jeanne Ohren
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIUserWorkspace/ConfigCredentials

    v10 v11  
    88=== GIMI configuration ===
    99
    10 You will need three sets of credentials (two optional) when using the GIMI tools:
     10You will need four sets of credentials (three optional) when using the GIMI tools:
    1111
    12121. A GENI certificate.
     
    4242   creating the keystore file.  You will need this when you run Flukes.
    4343
     444. (Optional)  A certificate and key pair for accessing iRODS.  These
     45   can be created from your GENI certificate by splitting the contents
     46   into two separate files.  You will need to remove the passphrase
     47   from the private key and make sure the files is only accessible by the user
     48   (mode 600).
     49
    4450Download/edit these files directly from your user workspace or transfer these files to a location in your home directory.  You can do this with ftp, scp, or [wiki:GEC14TutorialVMInstructions#UsingSharedFolders shared folders].
    4551
    46 With these 1-3 files, you can configure your credentials with the credconfig.sh tool.
     52With these 1-5 files, you can configure your credentials with the credconfig.sh tool.
    4753
    4854{{{
    49    $ credconfig.sh -g <path-to-geni-certificate> -i <path-to-irods-config> -f <path-to-jks-file>
     55   $ credconfig.sh -g <path-to-geni-certificate> -i <path-to-irods-config> -f <path-to-jks-file> -c <path-to-cert-file> -k <path-to-key-file>
    5056}}}
    5157
    5258
    53 The -g parameter is required and the -i and -f parameters are optional.
     59The -g parameter is required and the -i, -f, -c, and -k parameters are optional.
    5460
    5561Example:
    5662
    5763{{{
    58    $ credconfig.sh -g /home/geniuser/gpo_ctcert.pem -f /home/geniuser/pgeni.jks -i /home/geniuser/irods.config
     64   $ credconfig.sh -g /home/geniuser/gpo_ctcert.pem -f /home/geniuser/pgeni.jks -i /home/geniuser/irods.config -c /home/geniuser/genicert.pem -k /home/geniuser/genikey.pem
    5965}}}
    6066