'''Only For CERN Users'''
NOTE: please follow the instructions here instead - the rest of this page is obsolete!
General
- These lines follow the normal procedure for applying and getting a new GRID certificate.
- The instructions given here are meant for people getting the certificate fromthe CERN's certificate authority. For other sources, please contact your national authority.
- All the steps were done using Mozilla - I imagine having no essential difference if you use Internet Explorer.
The 4 basic steps
You need to follow the 5 basic steps listed here
Only when you completed successfully all 5 steps, you will be able to authenticate yourself to AliEn using your certificate.
Step 1
After clicking on the link you will be redirected to an EDMS page.
Read the document linked on this page.
Step 2
- The CERN certification authority is accessbile at https://ca.cern.ch/ca
- Select the link on your left:
- Request user certificate using Mozilla browser (or Internet Explorer)
- Even if you used to have a certificate and you just need to renew it, you must get a new one.
- Provide your nice account and follow the web instructions.
- After completing everything you will have you certificate in your window:
- Click "Install certificate" to install it in your browser.
- The next thing you have to do is to export your new certificate. Staying in your mozilla browser (it can be applied for Internet Explorer as well) do the following:
- In the main menu click Edit->Preferences->Privacy & Security
- Click "Certificates"
- From the list of certificates select the certificate you want to extract and click "Backup"
- Choose the folder you want to store it ($HOME/.globus), Enter a file name ending with a .p12 extension and click "Save": e.g myCert.p12
- Choose a certificate backup password and click "Ok"
- Having the certificate in a p12 format we need to convert it into a PEM Keypair (we assume that the machine you extracted your certificate is the one that you will run the GRID software)[https://ca.cern.ch/ca/Help/?kbid=023010 (conversion)]:
- openssl pkcs12 -clcerts -nokeys -in myCert.p12 -out usercert.pem
- openssl pkcs12 -nocerts -in myCert.p12 -out userkey.pem
- chmod 400 userkey.pem
- Open a terminal and go to the directory where you stored the p12 file.
- For the creation of the certificate type: '''openssl pkcs12 -in myCert.p12 -clcerts -nokeys -out usercert.pem'''
- For the creation of the encrypted private key type: '''openssl pkcs12 -in myCert.p12 -nocerts -out userkey.pem'''
- You must set the mode on your userkey.pem file to read only by the owner: '''chmod 400 userkey.pem'''.
Step 3
- If you followed the previous slides, the certificate should have already beenloaded on your browser.
Step 4
- Click on the link "more..."of the "Provide the required registration information".
- You need to provide all the necessary information to complete "Phase I" of the registration procedure.
- After completing this step you will receive an e-mail from [mailto: project-lcg-vo-alice-admin@cern.ch project-lcg-vo-alice-admin@cern.ch] looking like this:
Dear VO Candidate/Applicant,Please confirm your email address ''''' XXX@cern.ch''''' within '''''15''''' days by clicking on this [https://lcg-voms.cern.ch:8443/vo/alice/vomrs?path=/RootNode/MemberActio… link].
In addition to confirming your email, this bringsyou to the registration screen for phase II where you can complete your registration.
After '''''15''''' days your registrationwill be discarded and you will have to re-register.
Please contact [mailto: project-lcg-vo-alice-admin@cern.ch VO administrator] if you have any questions.[https://lcg-voms.cern.ch:8443/vo/alice/vomrs?path=/RootNode VOMRS ALICE Service] - You will be asked to complete the "Phase II" of the registration procedure.
- Once you finish this step, you will have to wait until your application/registration has been fully authorized. This will be announced with a mail having thefollowing context:
Dear VO Member,You have been assigned to the group '''''/alice/lcg1''''' by a [mailto: Latchezar.Betev@cern.ch VOAdmin]
DN: '''''XXX '''''
CA: '''''/C=CH/O=CERN/OU=GRID/CN=CERN CA'''''
Please contact [mailto: project-lcg-vo-alice-admin@cern.ch VO administrator] if you have any questions.[https://lcg-voms.cern.ch:8443/vo/alice/vomrs?path=/RootNode VOMRS ALICE Service]