Skip to content

Commit 48eea6f

Browse files
committed
docs(cdn): reorder and clarify DNS verification steps for domain ownership
1 parent f7df7c6 commit 48eea6f

1 file changed

Lines changed: 31 additions & 26 deletions

File tree

products/paas/shopware/cdn/index.md

Lines changed: 31 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -102,32 +102,7 @@ If your custom domain is an apex/root domain (e.g., `example.com`), you need to
102102
2a04:4e42:600::820
103103
```
104104

105-
### Step 2: Verify DNS Propagation
106-
107-
Before creating the domain in the PaaS platform, verify that your DNS records have propagated correctly using the `dig` command or online DNS lookup tools.
108-
109-
**For non-apex domains (CNAME):**
110-
111-
```bash
112-
dig shop.example.com CNAME
113-
```
114-
115-
**For apex domains:**
116-
117-
```bash
118-
# Verify A records
119-
dig example.com A
120-
121-
# Verify AAAA records
122-
dig example.com AAAA
123-
124-
# Verify TXT record
125-
dig _shopware-challenge.example.com TXT
126-
```
127-
128-
Ensure the responses match the values you configured in Step 1.
129-
130-
### Step 3: Domain ownership - Create a `TXT` record to prove domain ownership
105+
### Step 2: Domain ownership - Create a `TXT` record to prove domain ownership
131106

132107
```dns
133108
_shopware-challenge.<domain> IN TXT "shopware-challenge=<organization id>"
@@ -152,8 +127,38 @@ The challenge record needs to stay as long as the domain is configured in our Pa
152127
:::
153128

154129
::: info **DNS Propagation Time:** DNS changes typically propagate within 15-30 minutes but can take up to 48 hours depending on TTL settings and DNS provider. We strongly recommend waiting for full propagation before proceeding to Step 4.
130+
Use Step 3 to validate all records are correct and propagated.
155131
:::
156132

133+
### Step 3: Verify DNS Propagation
134+
135+
Before creating the domain in the PaaS platform, verify that your DNS records have propagated correctly using the `dig` command or online DNS lookup tools.
136+
137+
**For non-apex domains (CNAME):**
138+
139+
```bash
140+
dig shop.example.com CNAME
141+
```
142+
143+
**For apex domains:**
144+
145+
```bash
146+
# Verify A records
147+
dig example.com A
148+
149+
# Verify AAAA records
150+
dig example.com AAAA
151+
```
152+
153+
**For challenge record:**
154+
155+
```bash
156+
# Verify TXT record
157+
dig _shopware-challenge.example.com TXT
158+
```
159+
160+
Ensure the responses match the values you configured in Step 1 and 2.
161+
157162
### Step 4: Create Domain in PaaS
158163

159164
Once DNS records are configured and propagated, create the domain using the CLI:

0 commit comments

Comments
 (0)