we have following situation:
- we have an application on Google App Engine (GAE)
- we want to be able to access this application from 3 different custom URLs through HTTPS. (let's say a.com, b.com, c.com)
- we have Unified communiction (UC/SAN) SSL certificate for those three domains
- for accessing GAE applications through custom HTTPS URLs, GAE requires to have Google Apps for Work account.
- only primary domains of Goole Apps for Work accounts can be used for accessing GAE applications through custom domains over HTTPS. link
- so we've created 3 Google Apps for Work accounts
- now when I log in to admin.google.com for a.com and try to upload our SSL UC/SAN certificate covering our 3 domains, I get a message "The SSL certificate references subdomain outside of managed domain.". I infer that it comes from requirement
All subject names on the host certificate should match or be subdomains of the domains associated with the account in the Google Apps Control Panel.
Is it possible at all to access one GAE application through multiple custom domains over HTTPS by using one certificate ? Or do we have to get separate certificate for each custom domain?