Run the Keytool Utility
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. (Start > All Programs > Accessories, right-click Command Prompt > Run as administrator.)
- Navigate to the folder that contains keytool.exe or add this folder to your path. For example:
SET PATH=%PATH%;C:\Program Files\Common Files\Attachmate\ServerJDK\1.7.0_67\bin
- To review the available options, enter the following:
keytool -help
|