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: content/en/docs/deployment/mendix-cloud-deploy/custom-domains.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,7 @@ Once you have a signed SSL/TLS certificate, you can upload it by following these
126
126
127
127
6. Paste the signed **TLS Certificate** (in PEM format).
128
128
129
-
7. Paste an **Intermediate Certificate Chain**. While optional for modern browsers, it is mandatory for programmatic access and service consumption (like OData). The intermediate certificate chain is provided by your certificate authority.
129
+
7. Paste an **Intermediate Certificate Chain**. While optional for modern browsers, it is mandatory for programmatic access and service consumption (like [OData services](/refguide/consumed-odata-services/)). The intermediate certificate chain is provided by your certificate authority.
@@ -135,7 +135,7 @@ Once you have a signed SSL/TLS certificate, you can upload it by following these
135
135
{{% alert color="warning" %}}
136
136
The intermediate certificates of the main certificate authorities are included in the built-in CA databases of modern browsers. Therefore, you do not need to include an intermediate certificate to serve your website through SSL/TLS for users with modern browsers.
137
137
138
-
However, intermediate certificate chains are mandatory for programmatic access and service consumption, such as [OData services](/refguide/consumed-odata-services/), and missing intermediate certificates will cause service consumption failures even when browser access works normally. Tools such as curl, programming languages, and operating systems do not automatically resolve missing intermediate certificates.
138
+
However, intermediate certificate chains are mandatory for programmatic access and [service consumption](https://www.mendix.com/evaluation-guide/app-lifecycle/develop/integration/service-exposure/), and missing intermediate certificates will cause service consumption failures even when browser access works normally. Tools such as curl, programming languages, and operating systems do not automatically resolve missing intermediate certificates.
139
139
140
140
You cannot predict how your users will attempt to connect to your website, and not including an intermediate certificate may result in connection issues for some users. To this end, Mendix recommends always including the intermediate certificate chain to ensure reliable connectivity for all use cases.
141
141
{{% /alert %}}
@@ -166,7 +166,7 @@ To upload the custom domain certificate, follow these steps:
166
166
167
167
5. Paste the **TLS Private Key**.
168
168
169
-
6. Paste an **Intermediate Certificate Chain**. While optional for modern browsers, it is mandatory for programmatic access and service consumption (like OData). The intermediate certificate chain is provided by your certificate authority.
169
+
6. Paste an **Intermediate Certificate Chain**. While optional for modern browsers, it is mandatory for programmatic access and service consumption (like [OData services](/refguide/consumed-odata-services/)). The intermediate certificate chain is provided by your certificate authority.
@@ -207,7 +207,7 @@ You can do this by editing an existing custom domain certificate. To update an e
207
207
1. Click the **More Options** ({{% icon name="three-dots-menu-horizontal" %}}) icon on the CSR of interest.
208
208
2. Select **Edit**.
209
209
3. Paste the signed **TLS Certificate**.
210
-
4. Paste an **Intermediate Certificate Chain**. While optional for modern browsers, it is mandatory for programmatic access and service consumption (like OData). The intermediate certificate chain is provided by your certificate authority.
210
+
4. Paste an **Intermediate Certificate Chain**. While optional for modern browsers, it is mandatory for programmatic access and service consumption (like [OData services](/refguide/consumed-odata-services/)). The intermediate certificate chain is provided by your certificate authority.
211
211
212
212
{{% alert color="warning" %}}
213
213
To edit an existing custom domain certificate, you need the following:
0 commit comments