Changes between Version 17 and Version 18 of installation_QCG_Broker_Client

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

--

Legend:

Unmodified
Added
Removed
Modified
  • installation_QCG_Broker_Client

    v17 v18  
    5858}}} 
    5959* '''User's credential''' 
    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. 
     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. 
    6464{{{ 
    6565  openssl pkcs12 -nocerts -in cert.p12 -out userkey.pem