Actions
Bug #5980
closedJSAGA fails to create a proxy with a private key created with openssl 1.x
Start date:
01/31/2014
Due date:
% Done:
0%
Estimated time:
Description
Hi,
JSAGA does not allow to create a proxy certificate with a private key that was extracted from the certificate using openssl 1.x, but it works when the private key is extracted with openssl 0.9.8.
I checked with the voms-proxy-init, it works in both cases.
Here are the commands I use to extract the key pair:
openssl pkcs12 -in user_cert.p12 -nocerts -out userkey.pem
openssl pkcs12 -in user_cert.p12 -clcerts -nokeys -out usercert.pem
I've tested this with JSAGA 0.9.17.
Franck.
Updated by Schwarz Lionel about 11 years ago
- Category set to gLite adaptors
- Target version set to 1.0.1
Updated by Schwarz Lionel about 11 years ago
- Status changed from New to Feedback
Updated by Schwarz Lionel about 11 years ago
- Status changed from Feedback to Rejected
due to missing JCE unlimited strength juridiction policy files
Actions