Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: changed the JAVA_HOME path to version 17 an added a note to watch out for version mismatches in the path

...

Code Block
languagetext
JAVA_HOME=/usr/lib/jvm/java-1117-openjdk-amd64
KEYTOOL=$JAVA_HOME/bin/keytool

Ensure that JAVA_HOME points to the correct Java installation directory for your system. If you are using a different Java version, adjust the path accordingly.

Create a new keystore, with a corresponding private key

...