Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Difference between revisions of "NGI CZ:VO ELI First Steps"

From EGIWiki
Jump to navigation Jump to search
imported>Chudoba
 
(No difference)

Latest revision as of 07:45, 21 March 2014

VO eli-beams.eu - First steps

Get a personal certificate

This step varies according your country. In the Czech Republic, contact CESNET Certification Authority.

Register to the VO

Load your certificate into your browser (it may be already loaded, CA may generate your certifikacate directly to your browser) and go to registration pages.Fill required fields and submit. When your registation is accepted by a VO manager, perun system will propagate your membership to VOMS servers and will create local accounts on User Interfaces ui1.grid.cesnet.cz and ui2.grid.cesnet.cz. Your email will also be added to a mailing list of VO users.

Login to User Interface

When you get a confirmation email, you may log in to prepared UI. You can use either ui1.grid.cesnet.cz or ui2.grid.cesnet.cz. There may be a short delay before an account is created, contact us if your login still does not work in 30 minutes.

Get a proxy

Copy your personal certificate to the UI. If you have exported it from your browser, it is in the PKCS12 format (extension .p12 or .pfx). You must convert it to PEM format. It is done in 2 steps, one for the certificate, one for the key:

openssl pkcs12 -nocerts -in my_cert.p12 -out userkey.pem
openssl pkcs12 -clcerts -nokeys -in my_cert.p12 -out usercert.pem

where my_cert.p12 is the input PKCS12 format file, userkey.pem is the output private key file and usercert.pem is the output PEM certificate file. Move these two files in $HOME/.globus directory and set read access permissions for only the owner: 

chmod 400 userkey.pem
chmod 400 usercert.pem

To get your voms proxy, issue command: 

voms-proxy-init -voms eli-beams.eu

and verify your proxy using:

voms-proxy-info -all


Links to general documentation

gLite-3 User Guide

gLite description on wikipedia

Other Middleware Guides

MPI User Guide


-- created by Jiri Chudoba, March 20, 2014

-- last edited by Jiri Chudoba, March 4, 2014