Skip to content

Commit 7643660

Browse files
author
Sreekanth Iyer (Ushta Te Consultancy Services)
committed
Fixed Formatting issues
1 parent e34d385 commit 7643660

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

articles/hdinsight/kafka/apache-esp-kafka-ssl-encryption-authentication.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Set up TLS encryption for communication between Kafka clients and K
44
ms.service: hdinsight
55
ms.topic: how-to
66
ms.custom: hdinsightactive
7-
ms.date: 04/08/2023
7+
ms.date: 04/08/2024
88
---
99

1010
# Set up TLS encryption and authentication for ESP Apache Kafka cluster in Azure HDInsight
@@ -37,10 +37,10 @@ The summary of the broker setup process is as follows:
3737
1. Once you have all of the certificates, put the certs into the cert store.
3838
1. Go to Ambari and change the configurations.
3939

40-
Use the following detailed instructions to complete the broker setup:
40+
Use the following detailed instructions to complete the broker setup:
4141

42-
> [!Important]
43-
> In the following code snippets wnX is an abbreviation for one of the three worker nodes and should be substituted with `wn0`, `wn1` or `wn2` as appropriate. `WorkerNode0_Name` and `HeadNode0_Name` should be substituted with the names of the respective machines.
42+
> [!Important]
43+
> In the following code snippets wnX is an abbreviation for one of the three worker nodes and should be substituted with `wn0`, `wn1` or `wn2` as appropriate. `WorkerNode0_Name` and `HeadNode0_Name` should be substituted with the names of the respective machines.
4444
4545
1. Perform initial setup on head node 0, which for HDInsight fills the role of the Certificate Authority (CA).
4646

@@ -146,21 +146,21 @@ To complete the configuration modification, do the following steps:
146146
> 1. ssl.key.password is the key set for the keystore and trust store. In this case as an example, `MyServerPassword123`
147147
148148
1. To Use TLS 1.3 in Kafka, add following configs to the Kafka configs in Ambari.
149-
1. ssl.enabled.protocols=TLSv1.3
150-
1. ssl.protocol=TLSv1.3
151-
152-
> [!Important]
153-
> 1. TLS 1.3 works with HDI 5.1 kafka version only.
154-
> 1. If you use TLS 1.3 at server side, you should use TLS 1.3 configs at client too.
149+
1. `ssl.enabled.protocols=TLSv1.3`
150+
1. `ssl.protocol=TLSv1.3`
155151
152+
> [!Important]
153+
> 1. TLS 1.3 works with HDI 5.1 kafka version only.
154+
> 1. If you use TLS 1.3 at server side, you should use TLS 1.3 configs at client too.
155+
156156
1. For HDI version 4.0 or 5.0
157157
1. If you're setting up authentication and encryption, then the screenshot looks like
158158

159-
:::image type="content" source="./media/apache-esp-kafka-ssl-encryption-authentication/properties-file-authentication-as-required.png" alt-text="Screenshot showing how to edit Kafka-env template property in Ambari authentication as required." border="true":::
159+
:::image type="content" source="./media/apache-esp-kafka-ssl-encryption-authentication/properties-file-authentication-as-required.png" alt-text="Screenshot showing how to edit Kafka-env template property in Ambari authentication as required." border="true":::
160160

161161
1. If you are setting up encryption only, then the screenshot looks like
162162

163-
:::image type="content" source="./media/apache-esp-kafka-ssl-encryption-authentication/properties-file-authentication-as-none.png" alt-text="Screenshot showing how to edit Kafka-env template property in Ambari authentication as none." border="true":::
163+
:::image type="content" source="./media/apache-esp-kafka-ssl-encryption-authentication/properties-file-authentication-as-none.png" alt-text="Screenshot showing how to edit Kafka-env template property in Ambari authentication as none." border="true":::
164164

165165
1. Restart all Kafka brokers.
166166

articles/hdinsight/kafka/apache-kafka-ssl-encryption-authentication.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ The summary of the broker setup process is as follows:
3737
1. Once you have all of the certificates, put the certs into the cert store.
3838
1. Go to Ambari and change the configurations.
3939

40-
Use the following detailed instructions to complete the broker setup:
41-
42-
> [!Important]
43-
> In the following code snippets wnX is an abbreviation for one of the three worker nodes and should be substituted with `wn0`, `wn1` or `wn2` as appropriate. `WorkerNode0_Name` and `HeadNode0_Name` should be substituted with the names of the respective machines.
40+
Use the following detailed instructions to complete the broker setup:
4441

42+
> [!Important]
43+
> In the following code snippets wnX is an abbreviation for one of the three worker nodes and should be substituted with `wn0`, `wn1` or `wn2` as appropriate. `WorkerNode0_Name` and `HeadNode0_Name` should be substituted with the names of the respective machines.
44+
4545
1. Perform initial setup on head node 0, which for HDInsight fills the role of the Certificate Authority (CA).
4646

4747
```bash

0 commit comments

Comments
 (0)