I want to connect to RTO using Java. I plan to connect using EMA with TLS. I believe I need to create a Java keystore file for this. How should I go about creating it?
@soichirok
Thank you for reaching out to us.
EMA Java will use the Java Keystore file (cacerts). For example:
In most cases, creating an additional Java Keystore file is unnecessary.
Hi,
There is an old Building a keystore file to be used with an HTTPS (or ENCRYPTED) connection type for real-time Java-based APIs article that might help you. However, creating an additional Java Keystore file is unnecessary in most cases like my colleague has mentioned.