Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Have a certificate, need to import it to Java.

811550Nov 9 2010 — edited Nov 15 2010
Guys,
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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 13 2010
Added on Nov 9 2010
7 comments
667 views