About truststore

manual

SSL Configuration

Explains how to set Secure Socket Layer (SSL) in the ObjectDB fast Java object database for JPA/JDO.... password = "pwd" /> <client-truststore path = "$objectdb/ssl/client-tstore" password = "pwd" ... the following topics: SSL Keystore and Truststore Files Setting the Configuration SSL Keystore and Truststore Files To use SSL you have to generate at least two files: ...

 
manual

[ODB1] Chapter 8 - ObjectDB Server

An ObjectDB server can manage one or more databases. Databases that are managed by a server can be accessed by multiple processes simultaneously. In addition, the server supports accessing these databases from remote machines by TCP/IP. More details about client server mode vs. embedded database mode are discussed in Section 1.2.... the <ssl> element should also contain a <truststore> sub element that serves as a certification of the client ... password = "ksp-pwd" /> <truststore path = "$objectdb/server/truststore" password = "ts-pwd" /> </ssl > ...