Let say I have an ASP.NEt application which is bound with more than 10 domains using host headers. Is one certificate is enough for me? or I need more than 1 certificate for each domain? If I need 1 certificate, then adding a new domain means reinstall the certificate?
|
There are multiple certificate types.
I'm not sure where the technical limit is on a SAN cert, but it's certainly more than 10 names. |
|||||||||||
|
|
If they are truely unique domain names, you can get a SAN (Subject Alternative Name) certificate. Most vendors will let you put about 40 domain names on one cert. If they are sub-domains, a wildcard cert is the way to go. For each of tjose options you only need 1 ip as the cert is valid for all listed domain names. |
|||||||
|
|
Each SSL certificate is valid of one FQDN (or one domain if you use a wildcard certificate), and one IP address. That means that for 10 domains you will need 10 different certificates at least, as well as 10 different IP addresses, since you can't have more than one certificate on a particular IP address. |
|||||
|