subdomain for webmin/virtualmin instead port 10000 - solved

still the connection points to port 10000 which will let my certificates fail, because they are bound to port 443 (i guess) and they are wildcard only.

Ahh, I see what you’re saying… however, you should actually be able to use your SSL certificate within Virtualmin.

My recommendation is to do this:

  1. Pick a central domain for your server, one that currently has an SSL certificate

  2. Go into Server Configuration -> Manage SSL Certificates, and click “Copy to Webmin”, which will copy that domain’s SSL certificate to Webmin. Now, that domain on port 443, as well as webmin on port 10000, both share the same SSL certificate.

  3. I’d then suggest redirecting admin.example.com on your server to port 10000 of the domain that holds your SSL certificate

Would that do the trick for you?

-Eric