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: docs/cloud/cloudflare.mdx
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,12 @@ Before proceeding, you will need two details and one DNS configuration from Clou
84
84
85
85
</details>
86
86
87
+
#### 5. Configure advanced certificate (optional: required if you want to use domains like `*.ze.your.domain`)
88
+
89
+
- Go to **SSL/TLS** page and view **Edge Certificates**
90
+
- Click on Purchase ACM and complete buying
91
+
- Order/configure advanced certificate and add `*.ze.your.domain` into Certificate Hostnames, so complete list should look like `your.domain *.your.domain *.ze.your.domain`
92
+
87
93
### Configuration Inputs
88
94
89
95
Details for each input after clicking **Add Integration** under **Cloudflare**:
@@ -94,6 +100,9 @@ Details for each input after clicking **Add Integration** under **Cloudflare**:
94
100
<dt>Integration Display Name</dt>
95
101
<dd>The name of the integration shown on the dashboard.</dd>
96
102
103
+
<dt>Delimiter</dt>
104
+
<dd>Choose the delimiter for application subdomains: `-` (your deploy URL will be `*-ze.your.domain`) or `.` (your deploy URL will be `*.ze.your.domain`) </dd>
Copy file name to clipboardExpand all lines: docs/cloud/netlify.mdx
+15-4Lines changed: 15 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ In the land of Micro-Frontend and how Zephyr deploy applications, we map each in
31
31
- A registered Netlify account and a team with Pro plan (to enable custom domain)
32
32
- A registered Zephyr account
33
33
- A Netlify site project with custom domain. ([Read more about custom domain on Netlify and how to configure it](https://docs.netlify.com/domains-https/environmentss/), it can be a domain managed by Netlify or you will need to point your domain's name servers towards Netlify)
34
-
- Wildcard subdomain enabled for your custom domain like `*.domain.com` - to ensure Zephyr's feature like **versioning**, **rollback/roll-forward** and more are available. ([You will **_need to_** contact Netlify Support for a wildcard domain](https://www.netlify.com/support/))
34
+
- Wildcard subdomain enabled for your custom domain like `*.domain.com`(`*.ze.domain.com` if you plan using `.` delimiter) - to ensure Zephyr's feature like **versioning**, **rollback/roll-forward** and more are available. ([You will **_need to_** contact Netlify Support for a wildcard domain](https://www.netlify.com/support/))
35
35
36
36
:::
37
37
@@ -49,7 +49,7 @@ Wildcard subdomains can be activated via [contacting Netlify support](https://ww
49
49
4. The site cannot use Automatic Deploy Subdomains, so please disable this feature if you are currently using it. ✅
50
50
5. The primary domain of the website should be on the same level as the required wildcard domain.
51
51
🚨 For example:
52
-
If you need the wildcard to be `*.bundlercorp.com` where `*` can be your wildcard subdomain, the primary domain must be `www.bundlercorp.com` (www can be replaced with any string).
52
+
If you need the wildcard to be `*.bundlercorp.com` (`*.ze.bundlercorp.com` if you plan using `.` delimiter) where `*` can be your wildcard subdomain, the primary domain must be `www.bundlercorp.com (`www.ze.bundlercorp.com` if you plan using `.` delimiter)` (www can be replaced with any string).
53
53
6. You need to configure the DNS for the wildcard subdomain even in case you are using Netlify DNS. You can follow the external DNS configuration for subdomains and add a CNAME entry with `*` as the hostname or any other value that you want. The value of this DNS entry should be the Netlify site address.
54
54
55
55
[Read more about subdomain in Netlify's Documentation](https://docs.netlify.com/domains-https/environmentss/configure-external-dns/#configure-a-subdomain).
@@ -74,7 +74,14 @@ Below is an example of `bundlercorp.com`'s DNS settings:
###### - Domains: `*.bundlercorp.com`, `bundlercorp.com`(additionally `*.ze.bundlercorp.com` if you plan using `.` delimiter)
119
126
<br/>
120
127
</div>
121
128
@@ -172,6 +179,10 @@ A unique name within your organization. It will be used as a slug.
172
179
<dd>
173
180
The name of integration shown on dashboard.
174
181
</dd>
182
+
183
+
<dt>Delimiter</dt>
184
+
<dd>Choose the delimiter for application subdomains: `-` (your deploy URL will be `*-ze.your.domain`) or `.` (your deploy URL will be `*.ze.your.domain`) </dd>
185
+
175
186
<dt>API token</dt>
176
187
<dd>
177
188
Obtained from Netlify. The [instruction above](#how-to-get-credentials) should walk you through how to get your API token.
0 commit comments