-2

I have 1 IIS server that is hosting 3 domains, for example, example1.com, example2.com and example3.com. Each has it's own certificate. How can I install a separate certificate for each of these sites on IIS 7.5 ?

Currently using a UUC certificate with multiple domains on it is not an option.

1 Answers1

1

Just install them and select "SNI" (Server Name Indication) and enter the hostname.

Edit: SNI is an IIS8 feature. For 7.5 see:
Setup IIS 7.5 with multiple website bindings and SSL?

MichelZ
  • 11,238