SSL with hosted multi-tenant apps
Posted
by
ckarbass
on Server Fault
See other posts from Server Fault
or by ckarbass
Published on 2012-06-29T02:25:46Z
Indexed on
2012/06/29
3:17 UTC
Read the original article
Hit count: 550
I have a website that let's users create a subdomain app like this: https://subdomain.mydomain.com
I want them to be able to have the app appear as if it's on their site, like this: https://myapp.theirdomain.com or maybe https://theirdomain.com/myapp/
I'm using Heroku and was wondering if this is realistic and how the ssl certificate would be done such that it worked on both domains? If not, can I get it at least working on their domain?
© Server Fault or respective owner