Skip to content

chore: docs update #9852

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ You can upload a PKCS12 file by following these steps:
1. From [Apps](https://sprintr.home.mendix.com), go to the **Environments** page of your app.
1. Click **Details** ({{% icon name="notes-paper-edit" %}}) on the relevant environment.
1. Select the **Network** tab of an application environment.
1. Below **Outgoing Connections Certificates**, click **Add Client Certificate**.

{{< figure src="/attachments/deployment/mendix-cloud-deploy/certificates/certificate.png" class="no-border" >}}
1. In the **Outgoing Connections Certificates** section, click **Add Client Certificate**.

1. Upload the client certificate as a PKCS12 (.pfx or .p12) container.
1. Enter the password to unlock the certificate container.
Expand Down Expand Up @@ -92,7 +90,7 @@ To upload a certificate authority, follow these steps:

1. Select the **Network** tab of an application environment.

1. Below **Outgoing Connections Certificates**, click **Add Authority**.
1. In the **Outgoing Connections Certificates** section, click **Add Authority**.

1. Upload a certificate authority in the PEM format.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ This how-to teaches you how to do the following:
* Configure in Mendix Cloud

{{% alert color="info" %}}
This capability can also be described as Mutual Transport Layer Security (mTLS). Following this guide, the server certificate will be verified against any certificate authorities (CAs) in Mendix application's trust store. If you require true "zero trust" mTLS where standard internet CAs should not be trusted by default, please contact Mendix Expert Services for assistance.
This capability can also be described as Mutual Transport Layer Security (mTLS). Following this guide, the server certificate will be verified against any certificate authorities (CAs) in Mendix application's trust store.

If you require true "zero trust" mTLS where standard internet CAs should not be trusted by default, contact Mendix Expert Services for assistance.
{{% /alert %}}

## Prerequisites
Expand Down Expand Up @@ -73,14 +75,14 @@ You will only be able to follow the steps below if you have the correct access r
To configure client certificates in Mendix Cloud, follow these steps:
1. Go to [Apps](https://sprintr.home.mendix.com/) and go to the **Environments** page for your app.
2. Each environment has its own configuration. Click **Details** next to one of the environments.
3. Click **Network** and scroll down to **Certificates for outgoing connections**.
4. Click **Add client certificate**. Upload the certificate files.
2. Each environment has its own configuration. Click **Details** ({{% icon name="notes-paper-edit" %}}) next to one of the environments.
3. Click **Network** and scroll down to **Outgoing Connections Certificates**.
4. Click **Add Client Certificate**. Upload the certificate files.
5. Only follow these steps if you are using more than one client certificate in your app:
1. After the files have been uploaded, they appear in the list. Double-click an item in the list.
2. In the **Pin Client Certificate to Web Services** section of the **Details** screen, you can specify which client certificate belongs to which service:
* For web services, enter the name of the web service (for example,*ModuleName.WebServiceName*)
* For web services, enter the name of the web service (for example, *ModuleName.WebServiceName*)
* For REST services, enter the host name of the endpoint (for example, *example.com*)
3. Close the **Details** screen.
6. Click **Stop application** and then **Start application**.
6. Click **Stop App** and then **Start App**.