I have a site where customers can register and get a subdomain site.
Example, they register some_name.mysite.com. This works fine for DNS and SSL. I am using a wilcard SSL on my server: *.mysite.com
I'd like to add the feature so that my customer can link their own domain to their site (some_name.com -> my server). I already have the DNS part completed.
How would the SSL part of this work? Is there a typical way this is done?