Versions Compared

Key

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

...

First ensure that you use the keytool command shipped with the Java v1.8 package you downloaded to support MettleCI. You can check your command line’s default keytool using operating-specific commands where keytool

Status
colourBlue
titleWindows
or which keytool
Status
colourYellow
titleUnix
. Verify that the response indicates that you will be using the keytool in the correct bin directory (e.g. in your OpenJDK installation).

...

Note

Ensure you use fully qualified references for your KeyStorePath and TrustStorePath (e.g. as relative references will not work.

For example, instead of ./workbench.p12 use /opt/dm/mci/workbench.p12) as relative references (e.g. ./workbench.p12) will not work.

The ports given above are only examples, and you’re free to use custom port numbers as desired.

...