Skip to content

Commit

Permalink
chore(dev): use JAVA_HOME instead of hardcoded path (#1351)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Azores <aazores@redhat.com>
  • Loading branch information
andrewazores committed Feb 2, 2023
1 parent b643c4e commit a01a6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certs/generate-dev-certs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ keytool \
-importkeystore \
-noprompt \
-storetype PKCS12 \
-srckeystore /usr/lib/jvm/java-11-openjdk/lib/security/cacerts \
-srckeystore "${JAVA_HOME}/lib/security/cacerts" \
-srcstorepass changeit \
-destkeystore "$SSL_TRUSTSTORE" \
-deststorepass "$SSL_TRUSTSTORE_PASS"
Expand Down

0 comments on commit a01a6d0

Please sign in to comment.