Production CA Overview Instant certificates from the TCS (for federated users) Manage Your Certificates (for other users) Find a local RA Classic interface Help with your request Start your Request Host certificate requests Submit your request Download your certificate Renew your certificate Revocation Request revocation Reliance information Policy Statement Reliance Information Root certificate Certificate Revocation List NE/Benelux Tutorials Documentation Certificate Request Guide Change a passphrase RA OpsGuide OpenSSL for Windows eToken Guide Links EUGridPMA IGTF TACAR switch to print layout |
The DutchGrid CA is a 'classic' CA which itself needs to verify
your identity and make sure that you actually are who you say you are. This
process is not instantaneous: it takes up to two days to complete, and
requires you to visit one of our Registration Authorities in-person.
By default, your certificate (and your private key) are located in your browser. You can use this instantly with all web-based services, such as administrative interfaces, VO registration, etc. For use with grid job submission, you should export these to local files on disk, names "usercert.pem" and "userkey.pem", in the following way:
Many grid tools (job submission, file management) use a file-based certificate, typically called "usercert.pem" and "userkey.pem" in a ".globus" subdirectory of your home folder. You can use the TCS eScience CA easily with this kind of set-up, by submissing the corresponding "userrequest.pem" file as a "Certificate Signing Request" (CSR) into the TCS portal. To generate the certificate request files on a Unix or Linux system (or on Windows with the Cygwin tools): mkdir $HOME/.globus openssl req -subj "/CN=Pietje Puk 42" -out $HOME/.globus/userrequest.pem -keyout $HOME/.globus/userkey.pem -newand then go to the eScience portal, login and select "Upload CSR" instead of browser generation. Submit the "userrequest.pem" file and wait for your certificate to be issued. In the list of Available Certificates (use the "My Certificates" link on the left-hand menu), click "Download certificate" and save the file as $HOME/.globus/usercert.pem. You're now done! If you want to import a usercert and userkey file combination into your browser, you can use the jGridstart certificate management tool, or look at the documentation for installation by hand.
|