I have a question regarding the need for SSL certificates in the following situation:
- I will have
www.example.app
which will be registered and hosted by supplier A. In the hosting, a SSL certificate is included for the.app
domain. The website will not contain any customer-information, it will purely be for information about an app and links to Google Play, Apple App Store, maybe some social media platforms and maybe a review or two. - I will then have
www.example.de
and.fr
, registered by supplier A, to redirect towww.example.app/de
and/fr
, etc. - I will then have
www.example.es
and.it
registered by supplier B, to redirect towww.example.app/es
and/it
. This is because neither supplier A or supplier B has all the TLD:s i want, so I need to split. - The reason for
.de
,.fr
, etc. is that I will have localized versions of the app, and I want the local domains to build credibility.
Now to my questions:
- Is it enough to only have SSL on the
.app
domain? Can the.de
,.fr
etc. be without since they are just redirecting and no information is given? Will it still look good and secure in the consumer adress bar this way? - If I need SSL on all the other domains; would a multi-domain SSL work even if it involes different TLDs and registrars/suppliers for the domains?
Thank you in advance!