> It uses specific files relative to the user's $HOME directory. I don't
> think this translates well into Java and I'm unsure what code would be
> needed on the driver side to set this up. It would be great if someone
> more Java+SSL knowledgeable could point us in the right direction here.
if the jdbc driver is using J2SE 1.4 style SecureSockets, then the certificate
store is in ${JAVA_HOME}/lib/security (%JAVA_HOME%\lib\security on Windows)
there is a keytool command in J2SE to manipuate and generate these keys.
http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/keytool.html