Separate SSL certificate for each site


(Gbarber) #1

How do you get matrix to recognize separate ssl certificates for each site it is hosting? I know you can have more than one certificate per IP as long as you bind each to a separate port I just can't get matrix to recognize that there are two separate certificates.


(Gbarber) #2

Never mind a wildcard certificate will work.


(Avi Miller) #3

Matrix doesn't have anything to do with SSL certificates. It's all Apache. If you want different sites to have different certificates, you need to setup multiple VirtualHost blocks in your ssl.conf.


(Selena) #4

Wildcard SSL Or multidomain ssl can be a good option…!!