Re: [users@httpd] Scalability: Single Server with Multiple SSL cert and keys

2019-01-25 Thread Yehuda Katz
You could add a load balancer/proxy that does SSL termination in front of your web server (we use haproxy). If you are overloading your server, you might just need to get another one. - Y Sent from a device with a very small keyboard and hyperactive autocorrect. On Fri, Jan 25, 2019, 9:39 AM

[users@httpd] Scalability: Single Server with Multiple SSL cert and keys

2019-01-25 Thread Mahesh Patil
Hi all, I have one server and it is serving multiple websites: eg. www.example1.com www.example2.com and such thousands of website and domains. Each website has its own SSL certificate. I made entry for each private key (SSLCertificateKeyFile), Certificate (SSLCertificateFile), and CA Certificate