Product Documentation

To import the SAKA digital certificates into the JVM environment and to run the test client application, execute the following steps.

  1. On a Windows PC, open a Command Prompt as Administrator.

  2. Change directory to the C:\Program Files\Java\jdk1.8.0_66\bin folder.

  3. Type the following command on a single line:

    keytool.exe -importcert -keystore ..\jre\lib\security\cacerts -storepass changeit -alias saka -file <location-of-file>\<FQDN>.der

    A prompt displays to trust the digital certificate during the import process.

  4. Verify that the certificate was imported correctly with the following command.

    keytool -list -keystore ..\jre\lib\security\cacerts -storepass changeit -alias saka

    The listed certificate and its MD5 hash appear in the response.