Deploy subdomains for tenants within my application
Coherence supports dynamic subdomains inside your application, for example to give each client of your site their own instance of your app. In the deployed environment, Coherence will:
- automatically create a DNS record for
*.yourenvironment.yourapp.yourtenant.coherencesites.com
- provision an SSL certificate for each environment as it is deployed to match. (On GCP only, this will be a self-signed certificate and we will (email us) send you the
.crt
file to add to your devices so the certificate is trusted.)
For custom domains, you're responsible for:
- creating the
*.yourhostname.com
record on your name server/DNS provider - (on GCP only) uploading a self-managed SSL certificate for the custom domain, and giving us the name of the certificate (from https://console.cloud.google.com/net-services/loadbalancing/advanced/sslCertificates/list). You can send us this via email at [email protected], please reference your app name when sending...
On Workspaces, *.WORKSPACE-web.coherencedev.com
will have a broken SSL certificate but it will route as expected to the dev services in your application.
Updated 27 days ago
Did this page help you?