you need to set the cert files per virtual domain
example :
ServerName underconstruction.scom.ca
ServerAlias underconstruction.scom.ca
DocumentRoot /www/underconstruction.scom.ca
SSLEngine on
SSLProtocol all
SSLCertificateKeyFile /www/scom.ca/ssl/scom.ca.key
SSLCertificateFile /www/scom.ca/s
Not sure if you saw the other answer on the other email:
// If you can't use a SAN, then you need to configure all your vhosts as
IP:443, whereas one vhost uses a separate IP, and the remainder uses the
second IP.
On Wed, 18 May 2022 at 17:26, frank picabia wrote:
> Sorry, different domain.
>
>
That does not look like valid httpd syntax.
If you can't use a SAN, then you need to configure all your vhosts as
IP:443, whereas one vhost uses a separate IP, and the remainder uses the
second IP.
On Wed, 18 May 2022 at 17:02, Paul Kudla (SCOM.CA Internet Services Inc.) <
p...@scom.ca> wrote:
>
Sorry, different domain.
300 hosts like *.example1.com
and now we have 1 example2.com
On Wed, May 18, 2022 at 4:31 PM Frank Gingras wrote:
> See if you can add a SAN to that wildcard certificate first.
>
> On Wed, 18 May 2022 at 15:21, frank picabia wrote:
>
>>
>> We have a server with over 3
ok san is only useable if the cert is setup that way
i bought a proper *.scom.ca wildcard ssl cert for my domain
i then buy mail.xxx.com certs for the other domains
sni works well when configured this way.
granted san might or might not work (i never tries that) however san was
designed mor
See if you can add a SAN to that wildcard certificate first.
On Wed, 18 May 2022 at 15:21, frank picabia wrote:
>
> We have a server with over 300 vhosts on it. Marketing/CMS madness I
> guess.
> All on the same domain name. Many VirtualHosts are defined with *:443
> and then ServerName to rel
We have a server with over 300 vhosts on it. Marketing/CMS madness I guess.
All on the same domain name. Many VirtualHosts are defined with *:443
and then ServerName to rely on SNI.
We have a wildcard cert for the domain and all the hosts use that.
Now there is a different domain to add for SSL.