Re: Tomcat and CRL(s) Certification Revocation Lists

2006-05-11 Thread Jack
Hi Jeff, you have the keystore type set as PKCS12 even though the CRL is a PEM format file (and hence not PKCS12 format). PKCS12 contains the private key as well as the cert and public key - which is not applicable for the CRL file so this might be why it is getting confused. You could try remov

Re: Tomcat and CRL(s) Certification Revocation Lists

2006-05-10 Thread Jeff Krug
Fri, May 05, at 04:31:PM : Jack has proclaimed: > I have already gotten Tomcat to work with a (single) CRL, and as it > was a bit of a struggle have placed some info for those trying to do > this at [1]. The document is far from perfect, and any comments are > welcome. > > [1] http://jack.godau.go

Re: Tomcat and CRL(s) Certification Revocation Lists

2006-05-06 Thread Bill Barker
>"Jack" <[EMAIL PROTECTED]> wrote in message >news:[EMAIL PROTECTED] >Hi, > >I have already gotten Tomcat to work with a (single) CRL, and as it >was a bit of a struggle have placed some info for those trying to do >this at [1]. The document is far from perfect, and any comments are >welcome. > >

Tomcat and CRL(s) Certification Revocation Lists

2006-05-05 Thread Jack
Hi, I have already gotten Tomcat to work with a (single) CRL, and as it was a bit of a struggle have placed some info for those trying to do this at [1]. The document is far from perfect, and any comments are welcome. Now to the questions: 1. Is it possible to swap out the CRL (ie overwrite it w