Skip to content

Commit e34d385

Browse files
authored
Improved Correctness score
Improved Correctness score
1 parent a9d3066 commit e34d385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ The details of each step are given.
297297
cd ssl
298298
```
299299

300-
1. Create client store with signed cert, and import ca cert into the keystore, and truststore on client machine (hn1):
300+
1. Create client store with signed cert, import CA cert into the keystore, and truststore on client machine (hn1):
301301

302302
```bash
303303
keytool -keystore kafka.client.truststore.jks -alias CARoot -import -file ca-cert -storepass "MyClientPassword123" -keypass "MyClientPassword123" -noprompt

0 commit comments

Comments
 (0)