Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Key stores from Websphere

Tags:

java

websphere

How can I get key stores from IBM Websphere in Spring that is located in Websphere?

Security > SSL certificate and key management > Key stores and certificates

Is it possible to create the bean and use it, or use it as something different?

Can I use it through the JNDI?

like image 268
J Mas Avatar asked Aug 15 '16 14:08

J Mas


1 Answers

Take a look at the code in this question for accessing a KeyStore programmatically and using it from httpclient

Apache HttpClient use own SSL-certificates

like image 142
Jonah Benton Avatar answered Oct 17 '22 12:10

Jonah Benton