According to the docs, Virtualmin's nginx module only supports SSL on a dedicated IP. But, nginx now (and for a while) has support for SNI and multiple virtual hosts with SSL.
Docs are here:
http://nginx.org/en/docs/http/configuring_https_servers.html#certificate...
And maybe better examples here:
https://www.digitalocean.com/community/tutorials/how-to-set-up-multiple-...
Looks like it should be supported on any of our recent distros (probably not in CentOS 5 or pre-12.04 Ubuntu, though).
Status:
Closed (fixed)
Comments
Nevermind. Apparently, support for SNI already exists. Updating the docs to reflect that.
Submitted by JamieCameron on Wed, 09/28/2016 - 18:02 Comment #2
The Nginx plugin already supports multiple SSL domains on the same IP, with SNI.
So maybe just the docs are out of date?