Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixed typo in work "keystore"

...

To list the aliases of the using the command <path_to_java_bin_directory>/keytool -v -list -keystore <keystorefile>.   For this example, the location of my keytool executable is /opt/local/java/jdk1.8.0_192/bin/keytool, and the heystore keystore file is the default keystore.p12.  The command is being executed from the same directory where keystore.p12 is located.  When the command is executed, you will be prompted for the keystore's password.  For our self-signed certificate (keystore.p12), it is nomagic.

...