Re: Apache security certificate vs. Tomcat security certificate

2004-04-03 Thread Bill Barker
Hollerman Geralyn M [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I currently have Tomcat 5.0.16 running using the SSL connector and a self-signed certificate - I followed the directions in the Tomcat SSL HOW-TO in how to create the certificate and set up Tomcat for SSL. This is

Apache security certificate vs. Tomcat security certificate

2004-04-02 Thread Hollerman Geralyn M
I currently have Tomcat 5.0.16 running using the SSL connector and a self-signed certificate - I followed the directions in the Tomcat SSL HOW-TO in how to create the certificate and set up Tomcat for SSL. This is running with no problems in my development environment. I have been asked to put

Tomcat + SSL Certificate

2002-10-11 Thread QUERTEMONT Christophe
Hi, I'am having trouble installing a certificate from certificate authority. I have imported my chain certificate into the keystore (keytool -import -alias root -trustcacerts -file cacert.pem) and then my new certificate (keytool -import -alias tomcat -trustcacerts -file newcert.pem). I can

tomcat + SSL + certificate

2002-05-24 Thread cpeyruqueou
Hello, I try to use tomcat with ssl mode but it doesn't use my certificate. The certificate that the browser receive is a certificate generated by tomcat. For information I am on unix solaris system with tomcat4.0.3 and I do this: $JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA I put

Tomcat and Certificate Revocation List

2002-04-02 Thread Ian Huynh
Does Tomcat support CRL during setup? If I need to use clientAuth but also need to make sure that the certificate presented by the client has not been revoked yet, how would I set that up? Thks. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED]

Tomcat and certificate

2001-05-28 Thread François Andromaque
I have created a new key and a new certificate with openssl, how can do totomcat work with this new cert and this new key.

RE: Tomcat and certificate

2001-05-28 Thread Pernica, Jan
In the jdk1.3 documentation there is a chapter about security and there is description how to convert keys generated by openssl into JKS key store used by JSSE. On Monday, May 28, 2001 9:40 AM, François Andromaque [SMTP:[EMAIL PROTECTED]] wrote: I have created a new key and a new certificate