• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Multiple SSL domains for one site

R

rjdown

Guest
Hi,

I have a website that has 3 domains pointing to it. Currently I have 2 of the sites set up as an alias. Each domain needs its own SSL certificate, and therefore its own dedicated IP. (I'm aware of multi-domain certificates, that's certainly an option but I want to look at other options first).

Is it possible to set this up in plesk 10? What's the best way?


On my old plesk 9 server, I had a similar setup, and there is a "custom.conf" file in the conf folder. Note that this is NOT a vhost.conf file - it is actually a complete <VirtualHost> block e.g.

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

But I cannot work out how httpd knows it needs to use this file. Only thing I can think of is to reference it in the main /etc/httpd/conf/httpd.conf file.

Another option that I can see, is to create all 3 domains separately, then use vhost.conf files to change the docroot of two of them.

I'm pretty sure neither of these methods is the best way. Thoughts?
 
Another option that I can see, is to create all 3 domains separately, then use vhost.conf files to change the docroot of two of them.

I think this would be the best way, though I´m not an expert in this field.


Lars
 
Back
Top