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
1. On the CA machine, run the following command to create ca-cert and ca-key files:
82
82
@@ -128,15 +128,15 @@ To complete the configuration modification, do the following steps:
128
128
1. Under **Kafka Broker** set the **listeners** property to `PLAINTEXT://localhost:9092,SASL_SSL://localhost:9093`
129
129
1. Under **Advanced kafka-broker** set the **security.inter.broker.protocol** property to `SASL_SSL`
130
130
131
-
:::image type="content" source="./media/apache-kafka-ssl-encryption-authentication/properties-file-with-sasl.png" alt-text="Screenshot showing how to edit Kafka sasl configuration properties in Ambari." border="true":::
131
+
:::image type="content" source="./media/apache-esp-kafka-ssl-encryption-authentication/properties-file-with-sasl.png" alt-text="Screenshot showing how to edit Kafka sasl configuration properties in Ambari." border="true":::
132
132
133
133
1. Under **Custom kafka-broker** set the **ssl.client.auth** property to `required`.
134
134
135
135
136
136
> [!Note]
137
137
> This step is only required if you are setting up authentication and encryption.
138
138
139
-
:::image type="content" source="./media/apache-kafka-ssl-encryption-authentication/editing-configuration-ambari2.png" alt-text="Screenshot showing how to edit Kafka ssl configuration properties in Ambari." border="true":::
139
+
:::image type="content" source="./media/apache-esp-kafka-ssl-encryption-authentication/editing-configuration-ambari2.png" alt-text="Screenshot showing how to edit Kafka ssl configuration properties in Ambari." border="true":::
140
140
141
141
1. Here's the screenshot that shows Ambari configuration UI with these changes.
142
142
@@ -149,11 +149,11 @@ To complete the configuration modification, do the following steps:
149
149
150
150
a. If you are setting up authentication and encryption, then the screenshot will look like
151
151
152
-
:::image type="content" source="./media/apache-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":::
152
+
:::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":::
153
153
154
154
b. If you are setting up encryption only, then the screenshot will look like
155
155
156
-
:::image type="content" source="./media/apache-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":::
156
+
:::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":::
0 commit comments