MDC SSL and my SaaS app

ehask71

Well-Known Member
Jul 13, 2007
62
5
58
Tampa, Florida, United States
cPanel Access Level
Root Administrator
Hey Everyone,

I have a SaaS app on my CPanel server. Now currently I have it on a domain demo.xyz.com with a static IP and the companies that use it point an A record to the IP address. Probably going to change to CName but thats besides the point.

Currently when these companies need to accept a credit card txn they get redirected to https://xyz.com/companyaname for the Credit Card Txn. Well we want to stop that and are looking at getting a Multi-Domain SSL and all the posts on here regarding MDC's are in fact multiple domains with vhosts and their own CPanel access. In my case CPanel only see's the demo.xyz.com So does anyone know if I park the other domains on top of demo.xyz.com will the SSL work since demo will be the base SAN for the SSL shouldnt it pick up the other domains?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Hello :)

You will need to install a SSL certificate for each domain name. This should not be an issue for multiple domain names on the smae account assuming you are using cPanel version 11.38 or higher, and are using a OS that supports SNI (E.g. CentoS 6, Red Hat 6).

Thank you.
 

ehask71

Well-Known Member
Jul 13, 2007
62
5
58
Tampa, Florida, United States
cPanel Access Level
Root Administrator
So I can get the domains to all listen on that one IP this is a SaaS app one code base many domains so it only exits on the filesystem in the demo.xyz.com account?? You did read MDC Multi-Domain SSL Cert 1 ssl up to 100 Domains
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
By default, parked domains will use the same document root as the primary domain of an account. Is that what type of configuration you need, or do you require each domain name to have individualized content?

Thank you.
 

ehask71

Well-Known Member
Jul 13, 2007
62
5
58
Tampa, Florida, United States
cPanel Access Level
Root Administrator
We are 11.38.2 on Cloud Linux I need to use just the one Code base just like parking. How would I add an SSL to each domain in the way?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
You would install a SSL certificate for each parked domain name. If it's a multi-domain certificate, you can simply use the same CRT for each domain name. This is supported via SNI, assuming you are on Cloud Linux 6.

Thank you.