summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorSchmalzried, Terry (ts862m) <ts862m@att.com>2020-07-13 13:35:14 -0400
committerSchmalzried, Terry (ts862m) <ts862m@att.com>2020-07-14 11:42:27 -0400
commitf03243352bf984bc2ecdf3238ee8e50fc8aaeea9 (patch)
tree5d0561c21879659cb4ee2d3e83242e487106f8d0 /resources
parentdc4ee4713e82a5131a6cac1bcea9a202001a0d23 (diff)
upgrade to java 11
Issue-ID: DCAEGEN2-2330 Change-Id: I91d4cd75f1f70645d7fca6fb9555da48be8300ef Signed-off-by: Schmalzried, Terry (ts862m) <ts862m@att.com>
Diffstat (limited to 'resources')
-rwxr-xr-xresources/sch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/sch.sh b/resources/sch.sh
index 0a68858..05c8e97 100755
--- a/resources/sch.sh
+++ b/resources/sch.sh
@@ -40,7 +40,7 @@ fi
# Add the cacert to validate inventory's cert to support TLS. This command is
# allowed to fail when there is no need for https.
# NOTE: This user must have permission to write to /etc/ssl/certs/java/cacerts
-keytool -importcert -file $PATH_TO_CACERT -keystore /etc/ssl/certs/java/cacerts -alias "inventory" -noprompt -storepass changeit
+keytool -importcert -file $PATH_TO_CACERT -keystore /usr/local/openjdk-11/lib/security/cacerts -alias "inventory" -noprompt -storepass changeit
# Now launch SCH
java -jar /opt/servicechange-handler.jar $SCH_ARGS