Replies: 2 comments 2 replies
-
You are right, but all grid services look for usercert.pem and userkey.pem unless you tell them otherwise, it's not just DIRAC. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Added in #7351 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Maybe just a small detail (for newbies like me) in user page but it should be written that the
MUST BE respectively have the filename
usercert.pem
anduserkey.pem
because it is hard-coded in lines 31-32 dirac_cert_convert.py when you have converted thep12
file with the scriptBut if you do the conversion in another way by using
openssl-pkcs12
you will certainly put randomly a filename output for your public and private key and surely notusercert.pem
oruserkey.pem
if it's not mentionned you can't guess ;-) And you will not understand why DIRAC yells after adirac-proxy-init ...
Beta Was this translation helpful? Give feedback.
All reactions