Mozilla:
In the menu Edit/Preferences go to "Privacy & Security" then "certificates".
Click on "Manage Certificates". Click then on the "Import" button.
Internet Explorer:
In the menu Tools/Internet Options, go to "content" and click on "certificates".
Click then on the "Import" button.
$ ssh username@ui
$ cd ~/ $ mkdir .globus
$ cd certificate/ $ ls <username>.p12
$ openssl pkcs12 -in <username>.p12 -clcerts -nokeys -out ~/.globus/usercert.pem $ openssl pkcs12 -in <username>.p12 -nocerts -out ~/.globus/userkey.pem $ cd ~/.globus $ ls usercert.pem userkey.pem
$ cd ~/.globus $ openssl pkcs12 -export -in usercert.pem -inkey userkey.pem -out packed-cert.p12
$ chmod 400 userkey.pem $ chmod 444 usercert.pem $ ll -r--r--r-- 1 username username 1610 Nov 9 15:34 usercert.pem -r-------- 1 username username 1919 Nov 9 15:35 userkey.pem
$ cp -rp ~/.globus ~/.globus.original
$ openssl x509 -text -noout -in usercert.pem
$ voms-proxy-init --voms vo_name
$ voms-proxy-info -all