biolocal:Robot on UI

From Wiki CEINGE

(Difference between revisions)
Jump to: navigation, search
Revision as of 15:54, 6 August 2009 (edit)
Gianluca (Talk | contribs)
(New page: The CEINGE User Interface provides all the tools and libraries to manage robot certificates stored on Aladdin eToken, a USB hardware key used to safely store a robot certificate with its a...)
← Previous diff
Revision as of 16:33, 6 August 2009 (edit) (undo)
Gianluca (Talk | contribs)

Next diff →
Line 1: Line 1:
The CEINGE User Interface provides all the tools and libraries to manage robot certificates stored on Aladdin eToken, a USB hardware key used to safely store a robot certificate with its associated private key. The CEINGE User Interface provides all the tools and libraries to manage robot certificates stored on Aladdin eToken, a USB hardware key used to safely store a robot certificate with its associated private key.
-The UI server has attached on the USB port an eToken containing a robot certificate issued by INFN +The eToken containing the robot certificate issued by INFN for bioinformatics applications is attached to the UI server and can be used to generate proxy certificate.
-/opt/etoken-pro/bin/mkproxy --label="Robot: Bioinformatics Applications - Gianluca Busiello's INFN ID" --id=a75ee72542ad2716d6f21087258ba1f3142981e7+Here follows the command to make a proxy certificate starting from the robot:
 +<pre>
 +[gianluca@clr55 ~]$ /opt/etoken-pro/bin/mkproxy --label="Robot: Bioinformatics Applications - Gianluca Busiello's INFN ID" --id=a75ee72542ad2716d6f21087258ba1f3142981e7
 +</pre>
 +Once the proxy certificate is made, it is stored in the file /tmp/x509up_u551 and information on it can be requested with the command:
 +<pre>
 +[gianluca@clr55 ~]$ voms-proxy-info
 +<font color=red>
 +WARNING: Unable to verify signature! Server certificate possibly not installed.
 +Error: VOMS extension not found!
 +</font>
 +subject : /C=IT/O=INFN/OU=Robot/L=Federico II/CN=Robot: Bioinformatics Applications - Gianluca Busiello/CN=proxy
 +issuer : /C=IT/O=INFN/OU=Robot/L=Federico II/CN=Robot: Bioinformatics Applications - Gianluca Busiello
 +identity : /C=IT/O=INFN/OU=Robot/L=Federico II/CN=Robot: Bioinformatics Applications - Gianluca Busiello
 +type : proxy
 +strength : 512 bits
 +path : /tmp/x509up_u551
 +timeleft : 11:58:08
 +<pre>
-voms-proxy-init -noregen -voms unina.it 
 +[gianluca@clr55 ~]$ voms-proxy-init -noregen -voms unina.it
glite-wms-job-submit -a --vo unina.it test.jdl glite-wms-job-submit -a --vo unina.it test.jdl

Revision as of 16:33, 6 August 2009

The CEINGE User Interface provides all the tools and libraries to manage robot certificates stored on Aladdin eToken, a USB hardware key used to safely store a robot certificate with its associated private key.

The eToken containing the robot certificate issued by INFN for bioinformatics applications is attached to the UI server and can be used to generate proxy certificate.


Here follows the command to make a proxy certificate starting from the robot:

[gianluca@clr55 ~]$ /opt/etoken-pro/bin/mkproxy --label="Robot: Bioinformatics Applications - Gianluca Busiello's INFN ID" --id=a75ee72542ad2716d6f21087258ba1f3142981e7

Once the proxy certificate is made, it is stored in the file /tmp/x509up_u551 and information on it can be requested with the command:

[gianluca@clr55 ~]$ voms-proxy-info  
<font color=red>                                           
WARNING: Unable to verify signature! Server certificate possibly not installed. 
Error: VOMS extension not found!   
</font>                                             
subject   : /C=IT/O=INFN/OU=Robot/L=Federico II/CN=Robot: Bioinformatics Applications - Gianluca Busiello/CN=proxy
issuer    : /C=IT/O=INFN/OU=Robot/L=Federico II/CN=Robot: Bioinformatics Applications - Gianluca Busiello         
identity  : /C=IT/O=INFN/OU=Robot/L=Federico II/CN=Robot: Bioinformatics Applications - Gianluca Busiello         
type      : proxy                                                                                                 
strength  : 512 bits                                                                                              
path      : /tmp/x509up_u551                                                                                      
timeleft  : 11:58:08
<pre>


[gianluca@clr55 ~]$ voms-proxy-init -noregen -voms unina.it

glite-wms-job-submit -a --vo unina.it test.jdl
Personal tools