From 2e47e554cad656385b456daff8f5f4105c598d97 Mon Sep 17 00:00:00 2001 From: "M. Emin Cihangeri" Date: Thu, 27 Nov 2025 11:27:16 +0100 Subject: [PATCH] chore: Update supported formats for keystore --- docs-js/guides/trust-and-key-stores.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-js/guides/trust-and-key-stores.mdx b/docs-js/guides/trust-and-key-stores.mdx index a7ce1d9d22a..2e08488f2ca 100644 --- a/docs-js/guides/trust-and-key-stores.mdx +++ b/docs-js/guides/trust-and-key-stores.mdx @@ -139,5 +139,5 @@ You have to do the following steps: - Configure the destination to use [ClientCertificateAuthentication](https://help.sap.com/docs/CP_CONNECTIVITY/cca91383641e40ffbe03bdc78f00f681/4e13a04147314e8e9e54321f25d93fdc.html) and provide the keystore information like keystore name and password. :::caution -The SAP Cloud SDK for JavaScript only supports formats `.p12`, `.pfx` and `.pem` for the keystore. +The SAP Cloud SDK for JavaScript only supports formats `.p12`, `.pfx`, `.pem` and `.jks` for the keystore. :::