Changes between Version 12 and Version 13 of iRODSwithGSI


Ignore:
Timestamp:
12/03/12 18:47:29 (11 years ago)
Author:
Jeanne Ohren
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • iRODSwithGSI

    v12 v13  
    401401===== Server =====
    402402
    403 1.  Place the hostkey.pem and hostcert.pem files (generated above) in /home/globus/.globus
     4031.  Create the directory /home/globus/.globus (if it doesn't alredy exist)
     404{{{
     405    mkdir /home/globus/.globus
     406}}}
     407
     4082.  Place the hostkey.pem and hostcert.pem files (generated above) in /home/globus/.globus
    404409{{{
    405410    mv /tmp/hostkey.pem /home/globus/.globus
     
    407412}}}
    408413
    409 2.  Change the permissions of the hostkey.pem to 0600
     4143.  Change the permissions of the hostkey.pem to 0600
    410415{{{
    411416    chmod 600 /home/globus/.globus/hostkey.pem
    412417}}}
    413418
    414 3.  Copy the CA certificates created above to /home/globus/.globus/certificates
     4194.  Copy the CA certificates created above to /home/globus/.globus/certificates
    415420{{{
    416421mkdir /home/globus/.globus/certificates
     
    422427===== Client =====
    423428
    424 
    425 1.  Place the alicekey.pem and alicecert.pem files in /home/johren/.globus
    426 {{{
    427     mv /tmp/alicekey.pem /home/johren/.globus
    428     mv /tmp/alicecert.pem /home/johren/.globus
     4291.  Create the directory /home/globus/.globus (if it doesn't already exist)
     430{{{
     431    mkdir /home/globus/.globus
     432}}}
     433
     4342.  Place the alicekey.pem and alicecert.pem files in /home/globus/.globus
     435{{{
     436    mv /tmp/alicekey.pem /home/globus/.globus
     437    mv /tmp/alicecert.pem /home/globus/.globus
    429438}}}
    430439
    4314403.  Change the permissions of the alicekey.pem to 0600
    432441{{{
    433     chmod 600 /home/johren/.globus/alicekey.pem
    434 }}}
    435 
    436 3.  Copy the CA certificates created above to /home/johren/.globus/certificates
    437 
    438 4. Set the environment
     442    chmod 600 /home/globus/.globus/alicekey.pem
     443}}}
     444
     4454.  Copy the CA certificates created above to /home/globus/.globus/certificates
     446
     4475. Set the environment
    439448{{{
    440449    export X509_CERT_DIR=/home/johren/.globus/certificates
     
    443452}}}
    444453
    445 4.  Create the proxy certificate
     4546.  Create the proxy certificate
    446455{{{
    447456    cd /home/johren/.globus
     
    465474}}}
    466475
    467 5.  Verify the proxy certificate
     4767.  Verify the proxy certificate
    468477{{{
    469478    /usr/local/johren/bin/grid-proxy-init -debug -verify
     
    486495}}}
    487496
    488 6.  Unset X509_USER_CERT and X509_USER_KEY so it uses the proxy certificate:
     4978.  Unset X509_USER_CERT and X509_USER_KEY so it uses the proxy certificate:
    489498{{{
    490499unset X509_USER_CERT
     
    492501}}}
    493502
    494 7.  Go back to the '''iRODS server''' and add the user authentication id.
     5039.  Go back to the '''iRODS server''' and add the user authentication id.
    495504    Identity is the one specified in the output of grid-proxy-init above.
    496505{{{
     
    498507}}}
    499508
    500 8.  Now you should be able to run ils.
     50910.  Now you should be able to run ils.
    501510{{{
    502511johren@pc:/tmp$ ils