This commit is contained in:
Michiel Borkent 2019-08-17 17:40:08 +02:00
parent ce35326ab4
commit 4fbc8f072d

View file

@ -193,10 +193,10 @@ include a different `cacerts`.
To enable SSL, create a `~/.babashka/lib` directory and copy the`libsunec.so`
(Linux) or `libsunec.dylib` (Mac) to it. This library comes with GraalVM and is
located in `<JAVA_HOME>/jre/lib/<platform>` inside the distribution. Also create a and
located in `<GRAALVM_HOME>/jre/lib/<platform>` inside the distribution. Also create a and
`~/.babashka/lib/security` directory and copy `cacerts` to it which comes
bundled with GraalVM and is located in
`<JAVA_HOME>/jre/lib/security`.
`<GRAALVM_HOME>/jre/lib/security`.
As a shell script: