To import the SAKA digital certificates into the JVM environment and to run the test client application, execute the following steps.
On a Windows PC, open a Command Prompt as Administrator.
Change directory to the C:\Program Files\Java\jdk-21\bin
folder.
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.
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.
Copyright (c) 2001-2024 StrongAuth, Inc. (dba StrongKey) All Rights Reserved