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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Custom Keystore Implementation - Is it required ?

ktejaOct 29 2017 — edited Nov 1 2017

I have couple of web services , which needs individual Certificate to be picked by each service for authentication

Currently when we add a new Certificate , all the services are picking a single Certificate with farthest expiration date, which I have heard is the default behavior of the Keystore we have been provided with JDK.

What can be done to achieve this ? , I have heard implementing/overriding Custom Keymanager  will help to choose certificate as needed based on the alias we provide per service. Is it a feasable solution . I am relatively new to the Security API .

Can you all let me know if this is the approach that needs to be followed ? , If so , kindly guide me in that direction.Any posts in that direction can also help

***Moderator action (Timo) removed callout to users who have not participated in this thread already, as it's rude to other users.***

TIA - teja

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 29 2017
Added on Oct 29 2017
2 comments
217 views