How does SSL work in MultiStore?
A. The manner in which SSL works depends on how your stores are configured. If each store has a distinct domain name (such as www.store1.com and www.store2.com) then each store will also need to have its own SSL certificate and use a dedicated IP address. This can be accomplished by mapping multiple websites in IIS to the directory where your AspDotNetStorefront files are installed. If you are using subdomains (such as store1.mycompany.com and store2.mycompany.com) then you can purchase a wildcard certificate which will secure all of your stores. If you are using subdirectories for your stores (www.mycompany.com/store1 and www.mycompany.com/store2) then a single SSL certificate for www.mycompany.com can be used.