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
description: Set up TLS encryption for communication between Kafka clients and Kafka brokers as well as between Kafka brokers. Set up SSL authentication of clients.
3
+
description: Set up TLS encryption for communication between Kafka clients and Kafka brokers, Set up SSL authentication of clients.
4
4
ms.service: hdinsight
5
5
ms.topic: how-to
6
6
ms.custom: hdinsightactive
@@ -61,7 +61,7 @@ Use the following detailed instructions to complete the broker setup:
61
61
cd ssl
62
62
```
63
63
64
-
1. On each of the worker nodes, execute the following steps using the code snippet below.
64
+
1. On each of the worker nodes, execute the following steps using the code snippet.
65
65
1. Create a keystore and populate it with a new private certificate.
66
66
1. Create a certificate signing request.
67
67
1. SCP the certificate signing request to the CA (headnode0)
@@ -81,7 +81,7 @@ Use the following detailed instructions to complete the broker setup:
@@ -201,7 +201,7 @@ These steps are detailed in the following code snippets.
201
201
ssl.truststore.password=MyClientPassword123
202
202
```
203
203
204
-
1. Start the admin client with producer and consumer options to verify that both producers and consumers are working on port 9093. Please refer to [Verification](apache-kafka-ssl-encryption-authentication.md#verification) section belowfor steps needed to verify the setup using console producer/consumer.
204
+
1. Start the admin client with producer and consumer options to verify that both producers and consumers are working on port 9093. Refer to [Verification](apache-kafka-ssl-encryption-authentication.md#verification) section for steps needed to verify the setup using console producer/consumer.
205
205
206
206
## Client setup (with authentication)
207
207
@@ -215,7 +215,7 @@ The following four steps summarize the tasks needed to complete the client setup
215
215
1. Switch to the CA machine (active head node) to sign the client certificate.
216
216
1. Go to the client machine (standby head node) and navigate to the `~/ssl` folder. Copy the signed cert to client machine.
217
217
218
-
The details of each step are given below.
218
+
The details of each step are given.
219
219
220
220
1. Sign in to the client machine (standby head node).
0 commit comments