Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You would land up in the Java bin directory. Now time to run the keytool command. You have to provide some parameters to the command as follows :

Code Block
keytool \-genkey \-alias <your_cert_alias> \-keypass Password123 \-keystore mywebservices.bin \-storepass Password123

Change the sample input according to your requirements, but both the keypass and storepass passwords should be the same. The .bin file is actually your keystore file.

...