URL: /baas/corex/white-labeling/domain-setup --- title: "Domain Setup" description: "Configure custom domain for your CoreX platform" --- # Domain Setup Deliver the CoreX platform under your own domain for a seamless branded experience. ## Custom Domain Use your own domain instead of a FinHub subdomain: | Type | Example | |------|---------| | **Custom** | banking.yourcompany.com | | **Default** | yourcompany.finhub.cloud | ## Setup Process 1. **Choose Domain**: Select your custom domain 2. **DNS Configuration**: Add CNAME records 3. **SSL Certificate**: Automated via Let's Encrypt or your own 4. **Verification**: FinHub verifies DNS configuration 5. **Activation**: Domain goes live ## DNS Records Add these records to your DNS: ``` CNAME banking.yourcompany.com → yourcompany.finhub.cloud ``` ## SSL Certificate Options: - **Automated**: FinHub provisions Let's Encrypt certificate - **Custom**: Upload your own SSL certificate ## URL Structure Customize URL patterns: | Default | Custom Option | |---------|---------------| | /accounts | /my-accounts | | /payments | /transfers | | /cards | /my-cards | *Available in Professional tier and above*