I have a SSL-Certificate by COMODO for example.com Now I have 3 role-based servers with 3 different IP's (web/smtp/pop3) Can I use the same SSL-Certificate for 3 different services on 3 different IP's? Thx
|
feedback
|
|
Problem here would be that you cant have one name to resolve to 3 different IPs Unless you have wildcard certificate for *.example.com your certificate for example.com will be working properly on just one IP. When you want to access example.com, DNS will tell you one IP, or if you put moe than 1 entry for that name you cant be sure which answer you will get by round-robin. | |||||
feedback
|
|
Yes you can use the certificate for multiple IP's / services on a server, SSL certificates are bound by a "CommonName", which is the hostname for HTTP. | |||||||||||||
feedback
|