Question
Accenture
IN
Last activity: 8 Jul 2016 7:01 EDT
Is it prossible to use keystore present in data instance for configuring 2 way ssl for connect-java
How to use use keystore present in data instance for configuring 2 way ssl for connect-java
Scenario:
I have created keystore and truststore data instance for my connect-soap, now there is a need to create a connect-java, where in i have to establish connection through the java code using 2 way ssl.
Solution Attempted:
Store the keystore and trust store in the server, and initialize the tomcat level property forkeystore and truststore
Need:
The above solution works fine, but now i need to maintain datainstance of keystore and also the keystore file store on unix server.
Also the disadvantage of storing in the server file is , i have to restart the tomcat whenever the keystore file changes.
As i am already storing the keystore in datainstance , can i use this for connect-java ? and how?
P.S
Pega 7.1.7.
Tomcat Server