Register custom domains for apps
You may register a custom domain for your application hosted on STACKIT Cloud Foundry.
As an org manager, you are able to create a private domain within an organization.
You can use your own custom domain or one of our free shared domains:
*.runs.onstackit.cloud*.stackit.gg*.stackit.rocks*.stackit.run*.stackit.zone
-
Make sure that the DNS record for your custom domain points to our load balancer.
You can do so by creating a ALIAS DNS record pointing to
console.apps.01.cf.eu01.stackit.cloud.in order to reach the STACKIT Cloud Foundry load balancer (please copy the value exactly as written).This is necessary for the SSL certificate generation to start.
-
Use the following command:
Terminal window $ cf create-private-domain <ORG> <DOMAIN>For example:
$ cf create-private-domain myorg myapp.my-domain.com -
Map your new custom domain as a route to an application:
Terminal window $ cf map-route <APP_NAME> <DOMAIN>For example:
$ cf map-route myapp myapp.my-domain.com
If you have questions concerning the provisioning of SSL certificates, you can open a ticket here.