Fix path to default trust store of OpenJDK (#15296)

Signed-off-by: Sergii Leshchenko <sleshche@redhat.com>
7.20.x
Sergii Leshchenko 2019-11-25 13:44:04 +02:00 committed by GitHub
parent c388463821
commit 4a50e4cda6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ init() {
add_cert_to_truststore() {
if [ "${CHE_SELF__SIGNED__CERT}" != "" ]; then
DEFAULT_JAVA_TRUST_STORE=$JAVA_HOME/jre/lib/security/cacerts
DEFAULT_JAVA_TRUST_STORE=$JAVA_HOME/lib/security/cacerts
DEFAULT_JAVA_TRUST_STOREPASS="changeit"
JAVA_TRUST_STORE=/home/user/cacerts