keystore alias and Tomcat

2002-11-22 Thread Naveen Pasumarthi
Hi All, If my keystore has two valid SSL certificates how does Tomcat figure out which one to use? I am still using Tomcat 3.x. Can I use an extra element in the Connector something like... along with the other elements keystore, keypass etc thanks, naveen ___

SSL Certificate request creation withn Tomcat

2001-03-22 Thread Naveen Pasumarthi
Hi, I am trying to create a key & certificate request using openssl. This code snippet creates the cert request & key fine as a Java application but from within the Tomcat the sub-process spawned by Runtime.getRuntime().exec(...) launches but most of the times the process blocks/hangs/deadlock