views:

132

answers:

0

Hi All,

Server is setup using SSL and have come across the need to have multiple DNS names point to the same site hosted on the server. Addresses below are for demonstrative purposes..

For example, application address is: https://www.server.com/application/ . The server's identity JKS indicates that it's www.server.com.

The need is to have www.asdfjkl.com direct traffic to https://www.server.com/application/ without generating a hostname verification failure. My assumption is that this is possible.

My initial thought is that I can generate a new identity certificate for www.asdfjkl.com and import it into the server's identity JKS however, I can't confirm that this is legit/legal.

Any thoughts/comments appreciated.

Thanks.