Client Area

Custom Domains & SSL

2 min readPublished 6 Apr 2026Updated 26 Apr 202664 views

In this article

  • 1Adding a Domain
  • 2DNS Configuration
  • 3SSL Certificates
  • 4Multiple Domains
  • 5DNS Propagation

Custom Domains & SSL

Add your own domain to your App Platform application. SSL certificates are provisioned automatically via Let's Encrypt.

Adding a Domain

  1. Go to Services > PaaS > Your App > Domains
  2. Click Add Domain
  3. Enter your domain (e.g., myapp.example.com)

DNS Configuration

Point your domain to the App Platform with a CNAME record:

TypeHostValue
CNAMEmyappapps.colosoft.com
CNAMEwwwapps.colosoft.com

For apex domains (e.g., example.com without subdomain):

  • Some DNS providers support CNAME flattening (Cloudflare, Route53)
  • Otherwise, use an A record pointing to the platform IP (contact support)

SSL Certificates

After DNS is pointed correctly:

  1. SSL certificate is automatically issued via Let's Encrypt
  2. Certificate auto-renews before expiry
  3. HTTP is automatically redirected to HTTPS
  4. No manual configuration needed

Multiple Domains

You can add multiple domains to a single app:

  • myapp.example.com
  • www.example.com
  • api.example.com

Each domain gets its own SSL certificate automatically.

DNS Propagation

After changing DNS records:

  • TTL-based propagation: typically 5 minutes to 48 hours
  • Check propagation: whatsmydns.net
  • SSL provisioning starts after DNS propagation completes

Troubleshooting

IssueSolution
SSL not provisioningVerify DNS points to apps.colosoft.com
Domain shows wrong siteCheck CNAME is correct, wait for propagation
Mixed content warningsUpdate your app to use HTTPS for all resources

Was this article helpful?

Your feedback helps us improve our documentation

Still need help? Submit a support ticket

Custom Domains & SSL - Knowledge Base