Hi, everybody,
I formed a keystore from keystore configuration of was ce.
I log me in for administrative console, in
console navigation
-Security
--keystores.
I created a keystore named testKS in this I import a certificate and create
a private key.
I need to establish a communication with a WebService published over https,
normally I use instruction like
// path to the JKS which contains the public cert of the server
System.setProperty("javax.net.ssl.trustStore","path");
// store password of the above JKS
System.setProperty("javax.net.ssl.trustStorePassword","password");
However, how can I access the keystore from my WASCE distribution.
I need to establish a HTTPS Connector?
or
I need to access directly to <WASCE_HOME>\var\security\keystores\testKS?
thanks in advance.
--
View this message in context:
http://www.nabble.com/Use-a-keystore-in-java-application-tp21694808s134p21694808.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.