You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mario Winterer <ma...@eduhi.at> on 2005/02/05 21:15:09 UTC

HTTPS: more than one certificate

Hi!

Just because I'm interested:
If I had more than one certificate in my keystore, which certificate 
would be used by tomcat for https? Is there a way to specify which 
certificate to use?

Thanks,
  Tex


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


AW: HTTPS: more than one certificate

Posted by Steffen Heil <li...@steffen-heil.de>.
Hi

> Just because I'm interested:
> If I had more than one certificate in my keystore, which 
> certificate would be used by tomcat for https? Is there a way 
> to specify which certificate to use?

I don't know.
But you can use different keystores:

Use the following attributes for CoyoteConnector:
  keystoreFile="___.p12"
  keystorePass="___"
  keystoreType="PKCS12" 

Regards,
  Steffen