| Author |
Multiple SSL Certificates in Single Keystore File Possible?
|
Ed James
Greenhorn
Joined: Feb 10, 2010
Posts: 7
|
|
I have an Apache Tomcat 6.0 server hosting 3 sites (all internal on a test subnet), all of which require SSL. Is it possible to have 3 different SSL certs imported into my single .keystore file? If so, how do I specify what site uses what certificate? I've read about keyAlias parameter but I can't seem to get it to work. I could use a wildcard cert if they all had the same domain suffix but they do not (for example, I have https://mysite.mydomain.org, https://myservername, https://myserverIP).
Any information would be appreciated.
Thanks
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14487
|
|
|
I think a bigger problem is that the way SSL works allows only one cert per server machine (or server IP ?). So the limitation isn't in J2EE, it's in SSL as a whole.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: Multiple SSL Certificates in Single Keystore File Possible?
|
|
|