Skip to content

Commit 2315682

Browse files
authored
Update apache-kafka-ssl-encryption-authentication.md
1 parent bc30ead commit 2315682

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ These steps are detailed in the following code snippets.
203203
keytool -keystore kafka.client.keystore.jks -alias CARoot -import -file ca-cert -storepass "MyClientPassword123" -keypass "MyClientPassword123" -noprompt
204204
```
205205
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:
207207
208208
```config
209209
security.protocol=SSL
@@ -292,7 +292,7 @@ The details of each step are given.
292292
keytool -keystore kafka.client.keystore.jks -import -file client-signed-cert -storepass "MyClientPassword123" -keypass "MyClientPassword123" -noprompt
293293
```
294294
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:
296296
297297
```bash
298298
security.protocol=SSL

0 commit comments

Comments
 (0)