Wednesday, November 26, 2014

php - Can domains on the same server have dedicated SSL certificates and common files?

I currently run a number of domains on the same VPS with a managed provider. Each domain would require their own dedicated SSL certificate for ecommerce security, and also require access to a bunch of common scripts that each domain uses. (These scripts are in a central location on the server and each domain can access them).



With the current VPS solution, I am only capable of having one of the two requirements (Either dedicated SSL certs, or files that every domain can access; impossible to have both on a number of VPS hosting I have looked at).



Seeing both of these are a requirement, is there a server configuration that would allow this? Linux or Windows? Managed or unmanaged? ... recommendations?



On my local machine, running WAMP, files can be shared among domains but I have yet to investigate SSL functionality.

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...