Skip to content

Commit dd92640

Browse files
authored
Fixed the alignments
Fixed the alignments
1 parent a4efd9b commit dd92640

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,15 @@ Use the following detailed instructions to complete the broker setup:
7171
keytool -keystore kafka.server.keystore.jks -certreq -file cert-file -storepass "MyServerPassword123" -keypass "MyServerPassword123"
7272
scp cert-file sshuser@HeadNode0_Name:~/ssl/wnX-cert-sign-request
7373
```
74-
> [!Note]
75-
> FQDN_WORKER_NODE is Fully Qualified Domain Name of worker node machine.You can get that details from /etc/hosts file in head node
74+
> [!Note]
75+
> FQDN_WORKER_NODE is Fully Qualified Domain Name of worker node machine.You can get that details from /etc/hosts file in head node
7676

77-
For example,
78-
`wn0-espkaf.securehadooprc.onmicrosoft.com`
79-
`wn0-kafka2.zbxwnwsmpcsuvbjqbmespcm1zg.bx.internal.cloudapp.net`
80-
81-
:::image type="content" source="./media/apache-kafka-ssl-encryption-authentication/etc-hosts.png" alt-text="Screenshot showing etc hosts output" border="true":::
77+
For example,
78+
```
79+
wn0-espkaf.securehadooprc.onmicrosoft.com
80+
wn0-kafka2.zbxwnwsmpcsuvbjqbmespcm1zg.bx.internal.cloudapp.net
81+
```
82+
:::image type="content" source="./media/apache-kafka-ssl-encryption-authentication/etc-hosts.png" alt-text="Screenshot showing etc hosts output" border="true":::
8283

8384
1. On the CA machine run the following command to create ca-cert and ca-key files:
8485

0 commit comments

Comments
 (0)