Initializing help system before first use

Create a Self-Signed Keystore

This topic explains how to generate a keystore containing a new self-signed SSL certificate and private key. Self-signed certificates can be useful for evaluation environments; however, they are not as secure as certificates signed by a public authority. The Insight server and each worker should have its own certificate.
To create a self-signed X.509 SSL certificate and its key and add it to a keystore, follow these steps.
Important: You must create a keystore on the the server and each worker.
  1. Open a command prompt and navigate to the OS-dependent <SERVER_CONFIG_DIR> or <WORKER_CONFIG_DIR> directory.
    (For more information, see Finding Configuration Files.)
  2. Run the following command:
    On the server:
    keytool -genkey -v -keystore insight-keystore 
    -keyalg RSA -keysize 2048 -validity 10000 -alias insight-server-https 
    -dname "cn=<server-hostname>, ou=Unknown, o=Unknown, c=Unknown" -ext "SAN=dns:<server-hostname>" 
    On a worker:
    keytool -genkey -v -keystore insight-keystore 
    -keyalg RSA -keysize 2048 -validity 10000 -alias insight-worker-https 
    -dname "cn=<worker-hostname>, ou=Unknown, o=Unknown, c=Unknown" -ext "SAN=dns:<worker-hostname>" 
    SAN is a comma-separated list of alternate hostnames that this certificate applies to. Hostnames must be specified as dns:<hostname>, and IP addresses must be specified as ip:<IP address>.
  3. Provide and confirm a keystore password.
A new file named insight-keystore is created.
Make sure you complete these steps on the server and each worker.

© 2001-2026 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.