File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ These steps are detailed in the following code snippets.
218
218
The following four steps summarize the tasks needed to complete the client setup:
219
219
220
220
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.
222
222
1. Switch to the CA machine (active head node) to sign the client certificate.
223
223
1. Go to the client machine (standby head node) and navigate to the ` ~/ssl` folder. Copy the signed cert to client machine.
224
224
@@ -238,7 +238,7 @@ The details of each step are given below.
238
238
cd ssl
239
239
` ` `
240
240
241
- 1. Create a java keystore and create a certificate signing request.
241
+ 1. Create a Java keystore and create a certificate signing request.
242
242
243
243
` ` ` bash
244
244
keytool -genkey -keystore kafka.client.keystore.jks -validity 365 -storepass " MyClientPassword123" -keypass " MyClientPassword123" -dname " CN=HEADNODE1_FQDN" -storetype pkcs12
You can’t perform that action at this time.
0 commit comments