Versions Compared

Key

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

...

Panel

To create a java keystore, obtain a copy of PKCS12Import.jar and place it in your working directory.  Execute the following command line:

    java -jar PKCS12Import.jar <your certificate name>.p12 <the name of your Applicaiton Certificate jks>.jks changeit.

The keystore password will be set to changeit.

For example: If your certificate name is foo.mit.edu, the command line would be:

    java -jar PKCS12Import foo.p12 foo.jks changeit

NOTE: You can download If you need the PKCS12Import.jar, you can download it now.

    Finally, verify that the keystore was created successfully by executing the following command line:

...