Skip to content

Commit 5e6d2e8

Browse files
committed
updating step 4
1 parent 9bba580 commit 5e6d2e8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ Use the following detailed instructions to complete the broker setup:
7272
scp cert-file sshuser@HeadNode0_Name:~/ssl/wnX-cert-sign-request
7373
```
7474

75+
1. On the CA machine run the following command to create ca-cert and ca-key files:
76+
77+
```bash
78+
openssl req -new -newkey rsa:4096 -days 365 -x509 -subj "/CN=Kafka-Security-CA" -keyout ca-key -out ca-cert -nodes
79+
```
80+
7581
1. Change to the CA machine and sign all of the received cert signing requests:
7682

7783
```bash

0 commit comments

Comments
 (0)