doc
This commit is contained in:
parent
ce35326ab4
commit
4fbc8f072d
1 changed files with 2 additions and 2 deletions
|
|
@ -193,10 +193,10 @@ include a different `cacerts`.
|
||||||
|
|
||||||
To enable SSL, create a `~/.babashka/lib` directory and copy the`libsunec.so`
|
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
|
(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
|
`~/.babashka/lib/security` directory and copy `cacerts` to it which comes
|
||||||
bundled with GraalVM and is located in
|
bundled with GraalVM and is located in
|
||||||
`<JAVA_HOME>/jre/lib/security`.
|
`<GRAALVM_HOME>/jre/lib/security`.
|
||||||
|
|
||||||
As a shell script:
|
As a shell script:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue