I have a Rails 4 project where need to setup SSL certificates but sub-domain wise.
Actually, in my project users can create account with subdomain then users can setup own SSL certificates which will be use them subdomain site.
Like: xyz.mainsite.com, abc.mainsite.com
As per above example xyz.mainsite.com can use them own SSL certificates and same way for abc.
Any one have idea, how to manage or handle it ?
Thanks