• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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