summaryrefslogtreecommitdiffstats
path: root/README.md
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 /README.md
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 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4128632..75f33a7 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ java -jar dcae-service-change-handler-0.1.0.jar prod http://consul:8500/v1/kv/se
#### Use script
-[`sch.sh`](resources/sch.sh) is a script to run service change handler that connects with inventory using HTTPS. The script attempts to add a custom CA cert to the OS's key store `/etc/ssl/certs/java/cacerts` and then launches service change handler. The custom CA cert is used to validate the server-side cert provided by inventory at runtime.
+[`sch.sh`](resources/sch.sh) is a script to run service change handler that connects with inventory using HTTPS. The script attempts to add a custom CA cert to the OS's key store `/usr/local/openjdk-11/lib/security/cacerts` and then launches service change handler. The custom CA cert is used to validate the server-side cert provided by inventory at runtime.
The script uses the following environment variables: