Hi. Up until now I had been using servicemix-http to communicate with external WS from my application. In the ssl parameters I could easily configure the location of the truststore. Having a look at the example of security in cxfbc I've seen it's also easy to configure the location of the keystore, but not the truststore.
How can I configure the truststore? Thanks in advance. Sebastian Gomez. P.S: This is what the .properties file for ssl security in cxfbc looks like: org.apache.ws.security.crypto.provider=org.apache.ws.security.components.crypto.Merlin org.apache.ws.security.crypto.merlin.keystore.type=jks org.apache.ws.security.crypto.merlin.keystore.password=password org.apache.ws.security.crypto.merlin.keystore.alias=alice org.apache.ws.security.crypto.merlin.file=src/test/resources/org/apache/servicemix/cxfbc/ws/security/alice.jks
