File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -71,14 +71,15 @@ Use the following detailed instructions to complete the broker setup:
71
71
keytool -keystore kafka.server.keystore.jks -certreq -file cert-file -storepass " MyServerPassword123" -keypass " MyServerPassword123"
72
72
scp cert-file sshuser@HeadNode0_Name:~ /ssl/wnX-cert-sign-request
73
73
` ` `
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
76
76
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" :::
82
83
83
84
1. On the CA machine run the following command to create ca-cert and ca-key files:
84
85
You can’t perform that action at this time.
0 commit comments