Apache SSL with wildcard address

1 post / 0 new
#1 Wed, 04/27/2016 - 21:37
benh

Apache SSL with wildcard address

Is it possible to get Virtualmin to create SSL enabled virtualhosts with a wildcard instead of of a specific IP?

By this I mean:

<VirtualHost *:443>

Instead of

<VirtualHost x.x.x.x:443>

For the Listening ports within the Apache module I have Any configured for both 80 and 443 and while 80 creates a wildcard port 443 virtual hosts all have a specified IP.