Changes between Version 16 and Version 17 of installation_QCG_Broker_Client
- Timestamp:
- 05/20/11 12:54:56 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
installation_QCG_Broker_Client
v16 v17 59 59 * '''User's credential''' 60 60 To secure the communication and authenticate the user to the service the X509 proxy certificate is needded. 61 Client expects the access either to proxy certificate file or to pair of user certificate and private key files in "pem" format. 62 63 If the user has the certificate in p12 format, the certificate has to be first converted to pem files. 64 {{{ 65 openssl pkcs12 -nocerts -in cert.p12 -out userkey.pem 66 openssl pkcs12 -clcerts -nokeys -in cert.p12 -out usercert.pem 67 }}} 68 61 69 62 70 = Installation =