diff options
author | Schmalzried, Terry (ts862m) <ts862m@att.com> | 2020-07-13 13:35:14 -0400 |
---|---|---|
committer | Schmalzried, Terry (ts862m) <ts862m@att.com> | 2020-07-14 11:42:27 -0400 |
commit | f03243352bf984bc2ecdf3238ee8e50fc8aaeea9 (patch) | |
tree | 5d0561c21879659cb4ee2d3e83242e487106f8d0 /README.md | |
parent | dc4ee4713e82a5131a6cac1bcea9a202001a0d23 (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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |