Skip to main content

Custom Domains

By default, your iDeployed instance is available at <subdomain>.ideployed.app. You can connect your own domain (e.g. www.myshop.de) through the dashboard.

Adding a custom domain

  1. In the dashboard, open your instance and go to Domains
  2. Click Add domain and enter your domain name
  3. iDeployed will show you the DNS records to configure at your domain registrar

DNS configuration

You will need to add the following record at your domain registrar or DNS provider:

TypeNameValue
CNAMEwww<your-subdomain>.ideployed.app

For apex domains (e.g. myshop.de without www), use an ALIAS or ANAME record if your DNS provider supports it, or use a CNAME on www and redirect the apex.

TLS / HTTPS

iDeployed automatically provisions a TLS certificate for your custom domain using Let's Encrypt. Certificate renewal is handled automatically — you do not need to do anything.

HTTPS is enforced: HTTP requests are automatically redirected to HTTPS.

DNS propagation

DNS changes can take anywhere from a few minutes to 48 hours to propagate globally. The dashboard shows the validation status of your domain. Once DNS resolves correctly, the TLS certificate is issued automatically.