The keytool Utility
The procedures that follow provide use keytool utility. For complete documentation, see the Java keytool documentation.
To run the keytool utility
- Open a Command Prompt window. (Start > All Programs > Accessories > Command Prompt).
- Navigate to the folder that contains keytool.exe.
On 32-bit systems:
cd "C:\Program Files\Common Files\Attachmate\JRE\1.7.0_05\bin"
On 64-bit systems:
cd "C:\Program Files (x86)\Common Files\Attachmate\JRE\1.7.0_05\bin"
- To review the available options, enter the following:
keytool -help
|