Hassan Schroeder wrote:

On 8/25/06, teknokrat <[EMAIL PROTECTED]> wrote:

So lets see if i understand this correctly. I can only have multiple SSL
certificates if I create different Services in server.xml pointing to
different ports?

No,  you don't need different Services; you need a Connector and
associated keystore per IP (or IP/port) that you want to secure.

In 5.5.9 you can put all your certificates in one
keystore (e.g. the default one for simplicity) under
different aliases, then use the (still) undocumented
attribute

  <Connector keyAlias="mycert1" ... >

I suggest you don't proliferate keystores unless you
really have to...

Paul Singleton

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to