The keytool utility is a key and certificate management tool that is installed with the Java JRE.
To run the keytool utility
Open a Command Prompt window running as an administrator.
Navigate to the folder that contains keytool.exe or add this folder to your path. (Confirm the actual Server JDK version for your installation.) For example:
SET PATH=%PATH%;C:\Program Files\Common Files\Micro Focus\ServerJDK\<version>\bin
To review the available options, enter the following:
keytool -help