Have a certificate, need to import it to Java.
811550Nov 9 2010 — edited Nov 15 2010Guys,
need help with that certificates stuff. I am completely novice in this area and dont know even the idea of what I should do.
My task is to create a web-service client for a service, that is protected with some certificate. The certificate files have been sent to me and consist of 3 files:
* cert.crt - certificate for my login-password
* private.key - private key
* req.csr - certificate request file
* cacert.pem - file with the CA-certificate which is necessary to check my certificate identity
Thats what I have. Now I need to connect this files to java somehow. Can you give me some advice?