I have a question to the cxf-ws-security example shipped with Fuse. What's inside alice.jks and bob.jks? I suppose that it contains both private and public key.
I want to only sing the message in client and I have public.jks on server and private.jks in client (where private.jks is generated using keytool -genkey and public.jks is public key from this private keystore extracted using keytool -export and -import) How should I configure both sides in such case? Should I have something like that: on server: org.apache.ws.security.crypto.merlin.file=public.jks on client: org.apache.ws.security.crypto.merlin.file=private.jks ? -- View this message in context: http://www.nabble.com/CXF-WSS-example-tp20857457p20857457.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
