Create a Self-Signed KeyStore
Create a Server KeyStore with a Self-Signed Certificate
- Open a Command Prompt and navigate to the OS-dependent <SERVER_CONFIG_DIR>.
- Enter the following command.
SAN is a comma-separated list of alternate hostnames that this certificate should be applied to. Hostnames should be prefixed withkeytool -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>"
dns:<hostname>
while IP addresses should be prefixed withip:<IP address>
. - Provide and confirm a KeyStore password.
insight-keystore
is created. Next, perform the steps detailed in
Insight Server SSL Configuration.
Create a Worker KeyStore with a Self-Signed Certificate
To create a KeyStore containing a X.509 SSL certificate and its key for the Insight 5 Worker and add it to a KeyStore, perform the following steps:
- Open a Command Prompt and navigate to the OS-dependent <WORKER_CONFIG_DIR>.
- Enter the following command, then respond to each of the prompts.
SAN is a comma-separated list of alternate hostnames that this certificate should be applied to. Hostnames should be prefixed withkeytool -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>"
dns:<hostname>
while IP addresses should be prefixed withip:<IP address>
. - Provide and confirm a KeyStore password.
insight-keystore
is created. Next, perform the steps detailed in
Execution Worker SSL Configuration.
© 2001-2025 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.