Using different SSL certificates for main domain and subdomain?

Rog

Verified User
Joined
Sep 27, 2016
Messages
20
I have a main domain with a (non-wildcard) SSL EV certificate, working fine.

Now I want to add a subdomain, and enable LetsEncrypt SSL there (since the SSL EV certificate I have is only valid for the main domain, not for subdomains).

I know using SNI allows multiple sites and (sub-)domain names to share the same IP, each with their own SSL certificate, so technically it must be possible (I'm also doing this on other, non-DA servers). However I cannot find in DA how or where to set this up?

In the Subdomain Management, there seems to be hardly any options at all, just create/delete subdomains or empty their dirs.

In SSL settings, it just says "SSL is enabled for this domain" but it ignores the presence of any subdomains. It allows me to specify a certificate (which I have, it is set to my SSL EV certificate) but no further possibilities for subdomains.

Is this possible in DA, and how?
 
You can:
1. dont use subdomain, create a new separate account with the domain is your subdomain.
OR
2. Login to DA, edit Custom HTTPD Configurations, add new VirtualHost with SSL config for your subdomain.
 
Back
Top