By default your store is accessible at yourstore.shops.vumacloud.com. To use your own domain (e.g. yourshop.com or www.yourbusiness.com):
Step 1 — Add the domain in VumaShops:
- In your store admin, go to Settings → Domains → Add Custom Domain.
- Enter your domain (e.g. yourshop.co.ke).
Step 2 — Update your DNS with a CNAME record: At your domain registrar, add the following record:
| Type | Host | Points to |
|---|---|---|
| CNAME | @ or www | yourstore.shops.vumacloud.com |
For root/apex domains (e.g. yourshop.com without www): Some DNS providers don't allow CNAME records on the root domain. In that case, use a CNAME on www and set up a redirect from the root to www, or use Cloudflare's CNAME flattening feature which supports CNAME on the apex.
Step 3 — Wait for propagation: DNS changes can take up to 48 hours. Once connected, VumaShops will automatically provision a free SSL certificate for your custom domain.
Step 4 — Verify: Visit your custom domain in a browser. You should see your store with a valid SSL padlock.