Use your own domain instead of the default CDN hostname.
By default, your zone is accessible via a hostname like abc123.cdn.nordiccdn.com. You can add custom domains to use URLs like cdn.yourdomain.com or static.yourdomain.com.
cdn.yourdomain.com)Create a CNAME record pointing to your CDN hostname:
cdn.yourdomain.com CNAME abc123.cdn.nordiccdn.com
{warning} DNS changes can take up to 24-48 hours to propagate, though most updates complete within a few hours.
Once DNS is configured, we'll automatically provision a free SSL certificate for your domain via Let's Encrypt. This typically takes 1-5 minutes.
Apex domains (e.g., yourdomain.com without a subdomain) require special handling since CNAME records can't be used at the apex.
If your DNS provider supports ALIAS or ANAME records, you can use them like a CNAME at the apex:
yourdomain.com ALIAS abc123.cdn.nordiccdn.com
Alternatively, use an A record pointing to our edge IP. Contact support for the current IP addresses.
You can add multiple custom domains to a single zone. Each domain will serve the same content and receive its own SSL certificate.
Common setups:
cdn.example.com - For productioncdn-staging.example.com - For staging{info} Remember to update your DNS records after removing a custom domain.