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
-
Log in to your account at: https://partners.wlbl.cloud/
-
Go to:
Settings > General
-
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
)
- Default Domain β no setup needed (
π Setup Your Custom Domain
- Enter your domain name (e.g.,
mysaasplatform.com
orwww.mysaasplatform.com
) in the Custom Domain field and click Save. - After saving, youβll see DNS records similar to the following:
β
Example DNS Records for Subdomain
(e.g., www.mysaasplatform.com)
Type | Name | Value |
---|---|---|
CNAME | _abc1234sub.www.connect.mysaasplatform.com. | _val1234sub.xlfgrmvvlj.acm-validations.aws. |
CNAME | _xyz789sub.connect.mysaasplatform.com. | _val789sub.xlfgrmvvlj.acm-validations.aws. |
CNAME | connect.mysaasplatform.com | d123example.cloudfront.net |
β
Example DNS Records for Root Domain
(e.g., mysaasplatform.com)
Type | Name | Value |
---|---|---|
CNAME | _abc1234root.connect.mysaasplatform.com. | _val1234root.xlfgrmvvlj.acm-validations.aws. |
CNAME | _xyz789root.www.connect.mysaasplatform.com. | _val789root.xlfgrmvvlj.acm-validations.aws. |
A | connect.mysaasplatform.com | 192.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
- Log in to your domain registrar (e.g., GoDaddy, Namecheap).
- Open the DNS Management panel.
- 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)
- β
Correct:
-
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:
-
Update Your DNS Settings (CAA Records)
Please add the following entry to your domainβs DNS:Type Name Value 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.
-
Clean Up Old Records
Remove any outdated DNS entries that were previously used for domain validation. -
Re-add the Domain from PBO
Remove and re-add your domain in the platform. -
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
Updated about 18 hours ago