Here was my first question: SSL on IIS & Tomcat running on same server and got it answered. Thank you.
I am in the process of migrating our webapps from 2 servers to 1 server. These webapps right now are being accessed via 3 different Aliases.
In the end after migration, I will move the 3 aliases to this 1 server.
The web apps are running in IIS (default port) and Apache Tomcat 7.x (port 8080).
All is fine so far. I want to introduce SSL. So I applied for a certificate from our company certification manager and in the application I gave the name as one of the alias and not the server name.
My question here if the Would I be able to use the same certificate on IIS and Tomcat even though it is requested with "A" alias or do I need to apply multiple certificates for each alias?