You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: products/paas/shopware/cdn/index.md
+31-26Lines changed: 31 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,32 +102,7 @@ If your custom domain is an apex/root domain (e.g., `example.com`), you need to
102
102
2a04:4e42:600::820
103
103
```
104
104
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
131
106
132
107
```dns
133
108
_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
152
127
:::
153
128
154
129
::: 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.
155
131
:::
156
132
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
+
157
162
### Step 4: Create Domain in PaaS
158
163
159
164
Once DNS records are configured and propagated, create the domain using the CLI:
0 commit comments