You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove references to the `platinum` image and add a self-generated trial
licence to the example for TLS on Docker.
Fixeselastic/elasticsearch-docker#176
Copy file name to clipboardExpand all lines: x-pack/docs/en/security/securing-communications/configuring-tls-docker.asciidoc
+21-8Lines changed: 21 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,13 @@
1
1
[role="xpack"]
2
2
[[configuring-tls-docker]]
3
-
=== Encrypting Communications in an {es} Docker Image
3
+
=== Encrypting Communications in an {es} Docker Container
4
4
5
5
Starting with version 6.0.0, {security} (Gold, Platinum or Enterprise subscriptions) https://www.elastic.co/guide/en/elasticsearch/reference/6.0/breaking-6.0.0-xes.html[requires SSL/TLS]
6
6
encryption for the transport networking layer.
7
7
8
8
This section demonstrates an easy path to get started with SSL/TLS for both
9
-
HTTPS and transport using the `elasticsearch-platinum` docker image.
9
+
HTTPS and transport using the {es} Docker image. The example uses
10
+
Docker Compose to manage the containers.
10
11
11
12
For further details, please refer to
12
13
{xpack-ref}/encrypting-communications.html[Encrypting Communications] and
0 commit comments