Plesk 10.2.0 and SSL Certificates

One of the servers I manage has a Plesk control panel. I am not familiar with it having used cpanel/whm for the last 11 years since I first got a hosted server.

I was setting up what I thought would be an easy SSL certificate install. I’ve started this post because I am now delving into the core of the server <supposition>as the damn GUI hates me.</supposition>

Before you even start, if you want to have an SSL certificate on a sub-domain site, forget it unless you a) make it a wildcard certificate or b) are prepared to have the only ip address attached to that certificate.

Plesk 10.x only allows one IP address per subscription and that is set for all the sub-domains as well as the domain attached to the subscription.

So to apply a certificate that works for the subscription it must be a wildcard certificate. i.e.

[code]
subscription_domain.tld
[/code]
sub-domains exist for
[code]
site1.subscription_domain.tld
site2.subscription_domain.tld
[/code]
certificate is for
[code]
subscription_domain.tld
[/code]
it will be applied to all the domains
[code]
https://subscription_domain.tld
https://site1.subscription_domain.tld
https://site2.subscription_domain.tld
[/code]

While the option to have a specific SSL for
[code]
site1.subscription_domain.tld
and
site2.subscription_domain.tld
[/code]
as it is not possible to split the IP addresses to isolate the SSL per IP address.

Leave a Reply

Your email address will not be published. Required fields are marked *