39 | | |
40 | | |
41 | | = Wymagania = |
42 | | * Dostęp do zasobów PL-GRID poprzez infrastrukturę QosCosGrid wymaga wnioskowani o dostęp do Infrastruktury |
43 | | * '''User's credential''' |
44 | | To secure the communication and authenticate the user to the service the X509 proxy certificate is needded. |
45 | | Client expects the access either to proxy certificate file or to pair of user certificate and private key files in "pem" format. |
46 | | |
47 | | If the user has the certificate in p12 format, the certificate has to be first converted to pem format files. |
48 | | {{{ |
49 | | openssl pkcs12 -nocerts -in cert.p12 -out userkey.pem |
50 | | openssl pkcs12 -clcerts -nokeys -in cert.p12 -out usercert.pem |
51 | | }}} |