Sorry, I'm confused. Are you trying to expose a web service and need
to set up a https connector using this certificate or are you trying
to connect to an existing webservice that requires client certificate
authentication?
I assume since you mention wasce that you are using geronimo-
tomcat.... which was ce version are you using?
thanks
david jencks
On Jan 27, 2009, at 1:27 PM, cesarAugusto wrote:
>
> 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.
>
|