Custom Domains & SSL
Hubfly space allows linking your own custom domain names (e.g. api.yourdomain.com or app.acme.org) directly to containers, load balancers, or identity-protected routes with automatic managed TLS/SSL certificates.
How Custom Domain Routing Works
Hubfly space's global edge proxy terminates TLS at the edge, checks firewall and identity access policies, and routes traffic through private networks to your container ports or load balancer backends.
Adding A Custom Domain
1. Open Domains View
Go to the Domains section in the Dashboard navigation bar or inside your project container network settings.
2. Enter Hostname & Target
Enter your fully qualified domain name (e.g. api.example.com) and select the target container or load balancer.
3. Configure DNS Records
Add the required CNAME or A/AAAA record at your domain registrar (Cloudflare, Namecheap, Route53, GoDaddy).
4. Automatic SSL Provisioning
Once DNS propagates, Hubfly space automatically provisions and attaches an SSL certificate.
Required DNS Configuration
| Domain Type | Record Type | Host / Name | Value / Target |
|---|---|---|---|
Subdomain (e.g. app.domain.com) | CNAME | app | proxy.hubfly.space |
Apex / Root (e.g. domain.com) | ALIAS / ANAME / A | @ | Provided in Dashboard setup modal |
Automatic Certificate Renewal