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
Copy file name to clipboardExpand all lines: articles/hdinsight/kafka/apache-kafka-ssl-encryption-authentication.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,13 @@ This article shows you how to set up Transport Layer Security (TLS) encryption,
16
16
17
17
## Apache Kafka broker setup
18
18
19
-
The Kafka TLS broker setup will use four HDInsight cluster VMs in the following way:
19
+
The Kafka TLS broker setup uses four HDInsight cluster VMs in the following way:
20
20
21
21
* headnode 0 - Certificate Authority (CA)
22
22
* worker node 0, 1, and 2 - brokers
23
23
24
24
> [!Note]
25
-
> This guide will use self-signed certificates, but the most secure solution is to use certificates issued by trusted CAs.
25
+
> This guide uses self-signed certificates, but the most secure solution is to use certificates issued by trusted CAs.
26
26
27
27
The summary of the broker setup process is as follows:
28
28
@@ -42,7 +42,7 @@ Use the following detailed instructions to complete the broker setup:
42
42
> [!Important]
43
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
44
45
-
1. Perform initial setup on head node 0, which for HDInsight will fill the role of the Certificate Authority (CA).
45
+
1. Perform initial setup on head node 0, which for HDInsight fills the role of the Certificate Authority (CA).
46
46
47
47
```bash
48
48
# Create a new directory 'ssl' and change into it
@@ -76,7 +76,7 @@ Use the following detailed instructions to complete the broker setup:
1. If you are setting up encryption only, then the screenshot will look like
155
+
1. If you are setting up encryption only, then the screenshot looks like
156
156
157
157
:::image type="content" source="./media/apache-kafka-ssl-encryption-authentication/editing-configuration-kafka-env-four-encryption-only.png" alt-text="Screenshot showing how to edit kafka-env template property field in Ambari for encryption only" border="true":::
158
158
@@ -164,10 +164,10 @@ To complete the configuration modification, do the following steps:
164
164
If you don't need authentication, the summary of the steps to set up only TLS encryption are:
165
165
166
166
1. Sign in to the CA (active head node).
167
-
1. Copy the CA cert to client machine from the CA machine (wn0).
167
+
1. Copy the CA certificate to client machine from the CA machine (wn0).
168
168
1. Sign in to the client machine (hn1) and navigate to the `~/ssl` folder.
169
-
1. Import the CA cert to the truststore.
170
-
1. Import the CA cert to the keystore.
169
+
1. Import the CA certificate to the truststore.
170
+
1. Import the CA certificate to the keystore.
171
171
172
172
These steps are detailed in the following code snippets.
173
173
@@ -197,7 +197,7 @@ These steps are detailed in the following code snippets.
0 commit comments