Custom Domain Guide

This guide walks you through the entire process of configuring your domain to point to your website hosted on our platform.

Your website is hosted and ready to go β€” now it's time to connect your own custom domain!
This guide walks you through the entire process of configuring your domain to point to your website hosted on our platform.

πŸ” Access Domain Settings in PBO

  1. Log in to your account at: https://partners.wlbl.cloud/

  2. Go to: Settings > General

  3. Under Domain Name, choose one of the following:

    • Default Domain β€” no setup needed (mysaasplatform.nuitee.link)
    • Custom Domain β€” for using your own domain (e.g., www.mysaasplatform.com)

🌍 Setup Your Custom Domain

  1. Enter your domain name (e.g., mysaasplatform.com or www.mysaasplatform.com) in the Custom Domain field and click Save.
  2. After saving, you’ll see DNS records similar to the following:

βœ… Example DNS Records for Subdomain

(e.g., www.mysaasplatform.com)

TypeNameValue
CNAME_abc1234sub.www.connect.mysaasplatform.com._val1234sub.xlfgrmvvlj.acm-validations.aws.
CNAME_xyz789sub.connect.mysaasplatform.com._val789sub.xlfgrmvvlj.acm-validations.aws.
CNAMEconnect.mysaasplatform.comd123example.cloudfront.net

βœ… Example DNS Records for Root Domain

(e.g., mysaasplatform.com)

TypeNameValue
CNAME_abc1234root.connect.mysaasplatform.com._val1234root.xlfgrmvvlj.acm-validations.aws.
CNAME_xyz789root.www.connect.mysaasplatform.com._val789root.xlfgrmvvlj.acm-validations.aws.
Aconnect.mysaasplatform.com192.0.2.10 192.0.2.20
192.0.2.30 192.0.2.40

πŸ’‘

Note:

  • Subdomain: only CNAME records
  • Root domain: includes CNAMEs + A records

πŸ› οΈ How to Add These Records

  1. Log in to your domain registrar (e.g., GoDaddy, Namecheap).
  2. Open the DNS Management panel.
  3. Add each record exactly as provided.

βœ… Ensure the following:

  • CNAME hostnames are not repeated with the domain (DNS often appends it automatically).
  • CNAME values have a trailing dot . to mark them as FQDNs.
  • A records are entered with correct IPs (IPv4 format).

πŸ” Validation Checklist

Here's how to avoid common issues:

⚠️ Common Mistakes

  • Wrong Host Name Format

    • βœ… Correct: _abc123
    • ❌ Incorrect: _abc123.yourdomain.com (may duplicate the domain)
  • Missing Final Dot

    • βœ… _val1234.acm-validations.aws.
    • ❌ _val1234.acm-validations.aws
  • Cloudflare Users: Turn Off Proxy

    • βœ… DNS-only (gray cloud icon)
    • ❌ Proxied (orange cloud icon)

Additional CAA Record Requirement

If the system can’t secure your custom domain due to certain DNS settings, follow these steps:

  1. Update Your DNS Settings (CAA Records)
    Please add the following entry to your domain’s DNS:

    TypeNameValue
    CAA@amazon.com

    You can also optionally add these:

    • amazontrust.com
    • awstrust.com
    • amazonaws.com

    These entries allow the system to issue security certificates for your domain.

  2. Clean Up Old Records
    Remove any outdated DNS entries that were previously used for domain validation.

  3. Re-add the Domain from PBO
    Remove and re-add your domain in the platform.

  4. Add the New Validation Record
    After re-adding, a new DNS validation record will be generatedβ€”make sure to add this to your DNS.


βœ… Validation Tips

  • Use https://dnschecker.org to verify DNS visibility globally.
  • DNS propagation may take 15 minutes to 24 hours.

If validation fails:

  • Double-check for typos or format errors.
  • Regenerate DNS records by removing and re-adding the domain.

πŸŽ‰ You're Done!

Once validation is complete:

  • Your domain (e.g., mysaasplatform.com) is live and secure with HTTPS
  • Your site is now served via your custom domain