From d973fab179df9cbcf14b497a185764d27a5e0671 Mon Sep 17 00:00:00 2001 From: Cristiano Silveira <68672693+cristianoss83@users.noreply.github.com> Date: Wed, 15 Oct 2025 15:33:47 +0200 Subject: [PATCH] Update use-a-client-certificate.md Added a space after example in the following piece of text: For web services, enter the name of the web service (for example,ModuleName.WebServiceName) --- content/en/docs/howto9/integration/use-a-client-certificate.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/docs/howto9/integration/use-a-client-certificate.md b/content/en/docs/howto9/integration/use-a-client-certificate.md index fc4b1d75a66..3a8f8f8e006 100644 --- a/content/en/docs/howto9/integration/use-a-client-certificate.md +++ b/content/en/docs/howto9/integration/use-a-client-certificate.md @@ -73,8 +73,9 @@ To configure client certificates in Mendix Cloud, follow these steps: 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**. +