Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit 0df9dd6

Browse files
committed
Switch to statically-linked file until we sort out issue
1 parent 341eeda commit 0df9dd6

File tree

1 file changed

+5
-2
lines changed
  • docs/security-configuration

1 file changed

+5
-2
lines changed

docs/security-configuration/tls.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,17 @@ Name | Description
119119
opendistro_security.ssl.transport.enable\_openssl\_if\_available | Enable OpenSSL on the transport layer if available. Optional. Default is true.
120120
opendistro_security.ssl.http.enable\_openssl\_if\_available | Enable OpenSSL on the REST layer if available. Optional. Default is true.
121121

122+
123+
{% comment %}
122124
1. Install [OpenSSL 1.1.0](https://www.openssl.org/community/binaries.html) on every node.
123-
1. Install [Apache Portable Runtime ](https://apr.apache.org) on every node:
125+
1. Install [Apache Portable Runtime](https://apr.apache.org) on every node:
124126

125127
```
126128
sudo yum install apr
127129
```
130+
{% endcomment %}
128131

129-
1. Download [netty-tcnative](https://netty.io/wiki/forked-tomcat-native.html) for RPM-based distributions (`_linux-x86_64-fedora.jar_`) and place it into `plugins/opendistro_security/` on every node.
132+
1. Download the statically-linked JAR that includes OpenSSL, Apache Portable Runtime, and `netty-tcnative` for [RPM-based distributions](https://dl.bintray.com/floragunncom/netty-tcnative/:netty-tcnative-openssl-1.1.0j-static-2.0.20.Final-fedora-linux-x86_64.jar) or [other distributions](https://dl.bintray.com/floragunncom/netty-tcnative/:netty-tcnative-openssl-1.1.0j-static-2.0.20.Final-non-fedora-linux-x86_64.jar) and place it in `plugins/opendistro_security/` on every node.
130133

131134

132135
## (Advanced) Hostname verification and DNS lookup

0 commit comments

Comments
 (0)