If you are using strict authentication for the connection between Log Manager and the Novell® applications, a truststore can improve data security.
A truststore can be created using the Java* “keytool” executable, which comes with any JRE* installation. This truststore holds a public and private keypair that can be used to replace the default certificate that comes with Sentinel Log Manager. There are basic instructions below, but for more information on keytool, see the Sun* Web site.
Go to the /bin directory for Java (for example, $JAVA_HOME/bin).
Run the following command:
keytool -genkey -alias alias -keystore .keystore
Specify a password for the truststore. This password is used when you import the truststore.
Specify the following information:
First and last name
Organizational unit
Organization
City or locality
State or province
Two-digit country code
Verify the information.
Press Enter to use the same password as the keystore password.
A .keystore file is created with a private key and corresponding public key (certificate).