...
| Code Block | ||
|---|---|---|
| ||
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
...