set it with "file:" (keystore , truststore)

You should provide more information on what you are want to do.

jlbarrera wrote:
> Hello
> 
> I'm using servicemix-http with SSL. 
> 
> I have generated the keyStore:
>     keytool -genkey -keypass password -keystore keystoredemo -storepass
> password
> And i generated the trustStore:
>     keytool -import -trustcacerts -keystore keystoretrust -file somename.cer
> -v
> 
> In the xbean.xml configuration file:
> 
> <http:ssl>
>                     <http:sslParameters
> keyStore="/home/jlbarrera/keystoredemo"
>                                         keyStorePassword="password"
>                                        
> trustStore="/home/jlbarrera/keystoretrust"
>                                         trustStorePassword="password"/>
>                     </http:ssl>
>  
> But i get the next error:
> 
>    "No trusted certificate found"
> 
> Somebody know the problem? The route of files it's mistaken? I try with
> file:///route... too. I'm using Linux filesystem..
> 
> Thanks!


Reply via email to