Separate SSL certificate for each site

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.

1 Like

Never mind a wildcard certificate will work.

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.

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