diff --git a/content/en/docs/deployment/mendix-cloud-deploy/certificates/_index.md b/content/en/docs/deployment/mendix-cloud-deploy/certificates/_index.md index f00e6c53365..f6c0d5d7361 100644 --- a/content/en/docs/deployment/mendix-cloud-deploy/certificates/_index.md +++ b/content/en/docs/deployment/mendix-cloud-deploy/certificates/_index.md @@ -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. @@ -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. diff --git a/content/en/docs/deployment/mendix-cloud-deploy/certificates/use-a-client-certificate.md b/content/en/docs/deployment/mendix-cloud-deploy/certificates/use-a-client-certificate.md index a7c5dc72d7c..de2a10c3bed 100644 --- a/content/en/docs/deployment/mendix-cloud-deploy/certificates/use-a-client-certificate.md +++ b/content/en/docs/deployment/mendix-cloud-deploy/certificates/use-a-client-certificate.md @@ -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 @@ -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**.