Changes between Version 5 and Version 6 of client_installation_guide

Show
Ignore:
Timestamp:
08/05/11 11:32:24 (13 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • client_installation_guide

    v5 v6  
    5858}}} 
    5959}}} 
    60 * '''User's credential''' 
    61   To secure the communication and authenticate the user to the service the X509 proxy certificate is needded. 
    62   Client expects the access either to proxy certificate file or to pair of user certificate and private key files in "pem" format. 
    63  
    64   If the user has the certificate in p12 format, the certificate has to be first converted to pem format files. 
    65 {{{ 
    66   openssl pkcs12 -nocerts -in cert.p12 -out userkey.pem 
    67   openssl pkcs12 -clcerts -nokeys -in cert.p12 -out usercert.pem 
    68 }}} 
    69  
    7060 
    7161= Installation =