Skip to content

Commit 0d0a25e

Browse files
authored
Merge pull request #89906 from changeworld/patch-18
Fix typo
2 parents 7c85137 + 33d9fc8 commit 0d0a25e

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
@@ -218,7 +218,7 @@ These steps are detailed in the following code snippets.
218218
The following four steps summarize the tasks needed to complete the client setup:
219219

220220
1. Sign in to the client machine (standby head node).
221-
1. Create a java keystore and get a signed certificate for the broker. Then copy the certificate to the VM where the CA is running.
221+
1. Create a Java keystore and get a signed certificate for the broker. Then copy the certificate to the VM where the CA is running.
222222
1. Switch to the CA machine (active head node) to sign the client certificate.
223223
1. Go to the client machine (standby head node) and navigate to the `~/ssl` folder. Copy the signed cert to client machine.
224224

@@ -238,7 +238,7 @@ The details of each step are given below.
238238
cd ssl
239239
```
240240

241-
1. Create a java keystore and create a certificate signing request.
241+
1. Create a Java keystore and create a certificate signing request.
242242

243243
```bash
244244
keytool -genkey -keystore kafka.client.keystore.jks -validity 365 -storepass "MyClientPassword123" -keypass "MyClientPassword123" -dname "CN=HEADNODE1_FQDN" -storetype pkcs12

0 commit comments

Comments
 (0)