Last modified by gellrich on 2026-02-19 12:45

From version 5.1
edited by gellrich
on 2016-04-29 11:01
Change comment: There is no comment for this version
To version 8.1
edited by gellrich
on 2016-04-29 11:20
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -47,25 +47,51 @@
47 47  See [[https:~~/~~/voms.cc.kek.jp:8443/voms/belle>>url:https://voms.cc.kek.jp:8443/voms/belle||shape="rect"]] .
48 48  {{/confluence_tip}}
49 49  
50 -{{confluence_tip}}
51 -
50 +{{confluence_tip title="I lost the password of my Grid user certificate?"}}
51 + As the private key the passowrd is as the the word implies 'privte'. It is only known to you. Unfortunately you must request a new certificate.
52 52  {{/confluence_tip}}
53 53  
54 -{{confluence_tip}}
54 +{{confluence_tip title="How to test my Grid user certificate in ~~/.globus ?"}}
55 +Grid users usually have exported their Grid user certificate to ~~/.globus to use it with Grid commands such as 'voms-proxy-init', 'dirac-proxy-init', or 'gb2_proxy_init'. The follwing commands may help to investigate the situation.
56 +
57 +The directory:
58 +
59 +~> cd ~~/.globus
60 +
61 +~> ls -l
62 +
63 +-r~-~-r~-~-r~-~- 1  usercert.pem
64 +
65 +-r~-~-~-~-~-~-~-~- 1  userkey.pem
66 +
55 55  
56 -{{/confluence_tip}}
57 57  
58 -{{confluence_tip}}
69 +Checking if public (cert) and private (key) match:
70 +
59 59  
60 -{{/confluence_tip}}
61 61  
62 -{{confluence_tip}}
73 +(% class="code" %)
74 +(((
75 +~> openssl x509 -noout -modulus -in usercert.pem | openssl md5
76 +~> openssl rsa -noout -modulus -in userkey.pem | openssl md5
77 +)))
78 +
63 63  
64 -{{/confluence_tip}}
65 65  
81 +Checking subject, issuer, and validity dates:
82 +
83 +~> openssl x509 -subject -issuer -email -dates -noout -in ~~/.globus/usercert.pem
84 +
66 66  
67 67  
87 +Recreating a single file with public and private key to be improted into a broser:
88 +
89 +~> openssl pkcs12 -export -out my_cert.p12 -inkey userkey.pem -in usercert.pem
90 +{{/confluence_tip}}
91 +
92 +{{confluence_tip}}
68 68  
94 +{{/confluence_tip}}
69 69  {{/confluence_layout-cell}}
70 70  {{/confluence_layout-section}}
71 71  
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -34032331
1 +34033161
URL
... ... @@ -1,1 +1,1 @@
1 -https://confluence.desy.de/wiki/spaces/BI/pages/34032331/Belle II Registration FAQ
1 +https://confluence.desy.de/wiki/spaces/BI/pages/34033161/Belle II Registration FAQ