File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: Set up TLS encryption for communication between Kafka clients and K
4
4
ms.service : hdinsight
5
5
ms.topic : how-to
6
6
ms.custom : hdinsightactive
7
- ms.date : 02/16/2023
7
+ ms.date : 02/20/2024
8
8
---
9
9
10
10
# Set up TLS encryption and authentication for Non ESP Apache Kafka cluster in Azure HDInsight
@@ -203,7 +203,7 @@ These steps are detailed in the following code snippets.
203
203
keytool -keystore kafka.client.keystore.jks -alias CARoot -import -file ca-cert -storepass "MyClientPassword123" -keypass "MyClientPassword123" -noprompt
204
204
```
205
205
206
- 1. Create the file `client-ssl-auth.properties` on client machine (hn1) . It should have the following lines:
206
+ 1. Create the file `client-ssl-auth.properties` on client machine (hn1). It should have the following lines:
207
207
208
208
```config
209
209
security.protocol=SSL
@@ -292,7 +292,7 @@ The details of each step are given.
292
292
keytool -keystore kafka.client.keystore.jks -import -file client-signed-cert -storepass "MyClientPassword123" -keypass "MyClientPassword123" -noprompt
293
293
```
294
294
295
- 1. Create a file `client-ssl-auth.properties` on client machine (hn1) . It should have the following lines:
295
+ 1. Create a file `client-ssl-auth.properties` on client machine (hn1). It should have the following lines:
296
296
297
297
```bash
298
298
security.protocol=SSL
You can’t perform that action at this time.
0 commit comments