You can configure Transport Layer Security (TLS) for the WebSphere® eXtreme Scale Client for .NET.
keytool -export -alias myalias -keystore key.jks -file public.cer -storepass password
Import this public key into the Windows Certificate store with the Certificate Management Tool, certmgr.msc, to import the key into the ‘Trusted Root
Certification Authority’ or ‘Trusted People’ certificate folder.
(The keyStore property in the client.properties file can point to this file)securityEnabled=true
credentialAuthentication=supported
authenticationRetryCount=3
credentialGeneratorAssembly=IBM.WebSphere.Caching.CredentialGenerator,Version=8.6.0.0,
Culture=neutral,PublicKeyToken=b439a24ee43b0816
credentialGeneratorProps=manager manager1
transportType=ssl-required
publicKeyFile=<name>.cer
The value of the credentialGeneratorProps property, manager manager1 is used as the user name and password
values that are supplied to the server in the Credential object.The publicKeyFile property is set as a relative path to the .NET run time. If the publicKeyFile property is not set, the Windows certificate store is searched for the public.cer file. If the publicKeyFile property is set, then the specified file is used for the SSL public certificate file. If the specified file cannot be found, the .NET client attempts to find a matching public.cer file in the certificate store.
FilePasswordEncoder.bat Client.Net.Properties credentialGeneratorProps
When you run this utility on a properties file, all comments within
the file are deleted.