How to handle user accounts for many sites running on same server

Posted by Simon Courtenage on Server Fault See other posts from Server Fault or by Simon Courtenage
Published on 2012-09-30T09:23:04Z Indexed on 2012/09/30 9:39 UTC
Read the original article Hit count: 275

Filed under:
|
|

Background to this question: I want to host multiple e-commerce sites on the same server, each with their own separate customer login application. Each site's login application needs to be secured by SSL. I'm unsure how best to handle this. For example, do I need to acquire a separate SSL certificate for each site (in which case, how do I do this dynamically, as the sites are created), or do I handle this using ONE login gateway-style application, which handles it on behalf of all the sites via a kind of transparent redirect?

I'd be grateful for any pointers or advice. Thanks.

© Server Fault or respective owner

Related posts about security

Related posts about ssl