Reputation: 1
Good evening to all users of StackOverflow, I would like to find help in a complex question now. Install applications on Facebook (Minisites in php, flash, html5, etc. ..) my question is: I need only one domain with ssl certificate? or buy multiple certificates for each of the microsites? Just this: https://www.nomedominio.com/esempio or: https://esempio.nomedominio.com Thanks for your help. Greetings Mimmo.
Upvotes: 0
Views: 1540
Reputation: 144
If this is a facebook question:
Just have all your sites under:
As facebook users will never see them in tabs.
We have ours under: example.com/fb-apps/app-name1 with a SSL on example.com
Upvotes: 4
Reputation: 8410
You will need to have a SSL certificate for each of your microsites, or buy a so-called wildcard certificate that allows you to host all your microsites on one host mapped to *.nomedominio.com. The wildcard one is (of course) more expensive.
Upvotes: 0