Hi Aaron, Keystore location is a JVM-wide property called "javax.net.ssl.keyStore". So you can start your app with -Djavax.net.ssl.keyStore=… or set it in some other standard way.
Hope this helps Andrus On Feb 26, 2013, at 12:06 AM, Aaron Andersen <[email protected]> wrote: > Hello, > > I am working on a web application and attempting to use Cayenne to connect to > an encrypted mysql connection. I need to specify a keystore and password for > this connection to mysql. > > Currently I have useSSL=true&requireSSL=true in my Cayenne connection string > (DB URL), but I'm unsure how to specify which keystore the connection should > use, and the password for that keystore. > > Any help would be greatly appreciated. > > Thank you! > Aaron >
