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 @@ -203,7 +203,7 @@ These steps are detailed in the following code snippets.
203
203
keytool -keystore kafka.client.keystore.jks -alias CARoot -import -file ca-cert -storepass "MyClientPassword123" -keypass "MyClientPassword123" -noprompt
204
204
```
205
205
206
- 1. Create the file `client-ssl-auth.properties` on client machine (hn1) . It should have the following lines:
206
+ 1. Create the file `client-ssl-auth.properties` on client machine (hn1). It should have the following lines:
207
207
208
208
```config
209
209
security.protocol=SSL
@@ -292,7 +292,7 @@ The details of each step are given.
292
292
keytool -keystore kafka.client.keystore.jks -import -file client-signed-cert -storepass "MyClientPassword123" -keypass "MyClientPassword123" -noprompt
293
293
```
294
294
295
- 1. Create a file `client-ssl-auth.properties` on client machine (hn1) . It should have the following lines:
295
+ 1. Create a file `client-ssl-auth.properties` on client machine (hn1). It should have the following lines:
296
296
297
297
```bash
298
298
security.protocol=SSL
You can’t perform that action at this time.
0 commit comments