SSL Truststore
If you want to use client authentication for 2-way SSL, you need to set clientAuth="true" in the Software AG Runtime properties file for SSL communication and supply a truststore, which is a keystore containing the certificate chain and trust root for the client certificates for which you want to allow access.
In the properties file, you also need to provide the following properties:

truststoreFile: the name and path of the truststore file

truststorePass: the password for accessing the truststore

truststoreType: the type of the truststore

truststoreProvider: the provider of the truststore