SSL for multiple domains in multi store setup

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
Hi,

Is it at all possible to install multiple SSL certificates for each domain in a multi store setup?

I am using version 3.5.

I've got the following setup running via IIS.


1. www.domain1.com  > IP (xx.xxx.xx.01) Has SLL already installed
2. www.domain2.com  > IP (xx.xxx.xx.02) I want to install SSL for this domain
   subdomain1.domain2.com > IP (xx.xxx.xx.02)
   subdomain2.domain2.com > > IP (xx.xxx.xx.02)
7 years ago
Yes, this is done by adding the additional BINDING in IIS for your domain2.
Just go to IIS, right-click your website and choose BINDINGS.
Then you should see an entry for each of your domains, and an entry for your domain1's https(SSL).
You just need to add a new one, as https, for your domain2...and choose the certificate associated with your domain2.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.