List root CA certificates from Java keystores
Check the values in use by the root CA certificate(s) in your Java keystores.
Before you begin
Ensure you are using the appropriate keystore depending on the type of server where you run the procedure below.
Procedure
-
Open a command prompt and navigate to the following path for 64-bit OpenJDK:
%WFO_JAVA21_HOME%\bin
-
Run the following command
keytool.exe -list -keystore ..\lib\security\cacerts -storepass changeit -v
-
Confirm that all root CA certificates used in your system appear in the list with the aliases in the pattern: impact360_{date}_{time}
-
Repeat steps 1-3 for 64-bit Oracle Java, changing the directory to %I360_64_JAVA_HOME%\bin