Changes between Version 16 and Version 17 of installation_QCG_Broker_Client

Show
Ignore:
Timestamp:
05/20/11 12:54:56 (13 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • installation_QCG_Broker_Client

    v16 v17  
    5959* '''User's credential''' 
    6060To secure the communication and authenticate the user to the service the X509 proxy certificate is needded. 
     61Client expects the access either to proxy certificate file or to pair of user certificate and private key files in "pem" format. 
     62 
     63If 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 
    6169 
    6270= Installation =