GitHubContribute in GitHub: Open doc issue|Edit online

Using the standard SSL Java System properties

Use the listed JVM commands to configure the SSL.

When the Java™ System property api.client.ssl.custom.properties.on is missing or when it is set to "false", then the standard JSSE system properties are used for configuring the SSL channel. Follow the standard JSSE procedure for configuring the keystore and truststore used by the client application.

You can specify these properties as JVM arguments on the command line, for example:

java MyTDIServerAPIClientApp 
    -Djavax.net.ssl.keyStore=C:\TDI\serverapi\testadmin.jks 
    -Djavax.net.ssl.keyStorePassword=administrator 
    -Djavax.net.ssl.trustStore=C:\TDI\serverapi\testadmin.jks 
    -Djavax.net.ssl.trustStorePassword=administrator

Also these properties can be specified in

global.properties or

solution.properties when the client is an IBM® Security Verify Directory Integrator server.