diff --git a/docs-js/guides/trust-and-key-stores.mdx b/docs-js/guides/trust-and-key-stores.mdx index a7ce1d9d22..2e08488f2c 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. :::