Re: Using Apache/mod_ssl certificate and private key with Tomcat/keytool

2003-11-12 Thread Bill Barker
hy they are still floating :). > > > > > > Once you have enabled MemoryRealm (and, for versions < 4.1.29, disable the > > > default DataSource), then the 'username' in tomcat-users.xml is the cert's > > > DN (aka Subject). The password can

Re: Using Apache/mod_ssl certificate and private key with Tomcat/keytool

2003-11-12 Thread Michael Jeffrey Tucker
7; in tomcat-users.xml is the cert's > > DN (aka Subject). The password can be anything you want (it is ignored for > > CLIENT-CERT auth). > > > > - Original Message - > > From: "Michael Jeffrey Tucker" <[EMAIL PROTECTED]> > >

Re: Using Apache/mod_ssl certificate and private key with Tomcat/keytool

2003-11-12 Thread Michael Jeffrey Tucker
x27;s > DN (aka Subject). The password can be anything you want (it is ignored for > CLIENT-CERT auth). > > - Original Message - > From: "Michael Jeffrey Tucker" <[EMAIL PROTECTED]> > To: "Bill Barker" <[EMAIL PROTECTED]> > Sent: Tuesday,

Re: Using Apache/mod_ssl certificate and private key with Tomcat/keytool

2003-11-12 Thread Bill Barker
From: "Michael Jeffrey Tucker" <[EMAIL PROTECTED]> To: "Bill Barker" <[EMAIL PROTECTED]> Sent: Tuesday, November 11, 2003 8:55 PM Subject: Re: Using Apache/mod_ssl certificate and private key with Tomcat/keytool > Hi Bill, > > Do you know of a similar

Re: Using Apache/mod_ssl certificate and private key with Tomcat/keytool

2003-11-11 Thread Bill Barker
The Tomcat 5 ssl-howto contains an example of how to do this. It works with Tomcat 4.1.x as well. Long-story-short, it works by "combining" the private-key and the cert. JSSE can use the resulting pkcs12 file as a keystore. "Scott Kelley" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTE

Using Apache/mod_ssl certificate and private key with Tomcat/keytool

2003-11-11 Thread Scott Kelley
Hi, I have an Apache+mod_ssl+Tomcat configuration that's been working fine for several years. I have an SSL certificate from Verisign, and my httpd.conf file contains: SSLCertificateFile /path/to/server.crt SSLCertificateKeyFile /path/to/server.key The private key is unencrypted so that the ser