Re: Reloading keystore - how to register a new TrusStore Manager for Tomcat?

2007-06-11 Thread Ronald Spiers
Hi Bill: Indeed. Mark's comments put me on the track again, searching for something simpler and more direct than calling openssl or subclassing a provider, and I found this article, which demonstrates how to create a client certificate and sign it using a self-signed root certificate, like the on

Re: Reloading keystore - how to register a new TrusStore Manager for Tomcat?

2007-06-11 Thread Bill Barker
"Ronald Spiers" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi Pulkit, assuming that I can create the trustManager, I am not sure > about how to register it with Tomcat, and if I need to implement more > interfaces, etc. > > In short, I suspect other people already solved this p

Re: Reloading keystore - how to register a new TrusStore Manager for Tomcat?

2007-06-11 Thread Ronald Spiers
Hi Pulkit, assuming that I can create the trustManager, I am not sure about how to register it with Tomcat, and if I need to implement more interfaces, etc. In short, I suspect other people already solved this problem, and since it will be my first time, I am trying to obtain their feedback and s

Re: Reloading keystore - how to register a new TrusStore Manager for Tomcat?

2007-06-11 Thread Martin Gainty
nghal" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, June 11, 2007 12:45 PM Subject: Re: Reloading keystore - how to register a new TrusStore Manager for Tomcat? Hello, I am not sure what you are asking for here. You say that you fond some instruct

Re: Reloading keystore - how to register a new TrusStore Manager for Tomcat?

2007-06-11 Thread Pulkit Singhal
Hello, I am not sure what you are asking for here. You say that you fond some instructions on "Creating Your Own X509TrustManager" ... thats good. 1) Given that you have these instructions, whats the issue at hand? Conceptually (and without even looking at any content other than the title) I woul

RE: Reloading keystore - how to register a new TrusStore Manager for Tomcat?

2007-06-11 Thread Mark Claassen
gt; > > -Original Message----- > From: Ronald Spiers [mailto:[EMAIL PROTECTED] > Sent: Monday, June 11, 2007 10:21 AM > To: users@tomcat.apache.org > Subject: Reloading keystore - how to register a new TrusStore Manager > for Tomcat? > > Hi, I am preparing a self en

Re: Reloading keystore - how to register a new TrusStore Manager for Tomcat?

2007-06-11 Thread Ronald Spiers
ul links: http://www.tc.umn.edu/~brams006/selfsign.html http://www.openssl.org/docs/apps/x509.html http://www.openssl.org/docs/apps/pkcs12.html -Original Message- From: Ronald Spiers [mailto:[EMAIL PROTECTED] Sent: Monday, June 11, 2007 10:21 AM To: users@tomcat.apache.org Subject: Rel

RE: Reloading keystore - how to register a new TrusStore Manager for Tomcat?

2007-06-11 Thread Mark Claassen
penssl.org/docs/apps/x509.html http://www.openssl.org/docs/apps/pkcs12.html -Original Message- From: Ronald Spiers [mailto:[EMAIL PROTECTED] Sent: Monday, June 11, 2007 10:21 AM To: users@tomcat.apache.org Subject: Reloading keystore - how to register a new TrusStore Manager for Tomc

Reloading keystore - how to register a new TrusStore Manager for Tomcat?

2007-06-11 Thread Ronald Spiers
Hi, I am preparing a self enrollment webapp for generating client certificates and adding them to the server keystore. I know that Tomcat won't reload keystore unless the server is restarted, so I did look for alternatives, and the JSSE guide explains an approach to this in the section "Creating Y