File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,6 @@ Use the following detailed instructions to complete the broker setup:
81
81
1. Change to the CA machine and sign all of the received cert signing requests:
82
82
83
83
` ` ` bash
84
- openssl req -new -newkey rsa:4096 -days 365 -x509 -subj " /CN=Kafka-Security-CA" -keyout ca-key -out ca-cert -nodes
85
84
openssl x509 -req -CA ca-cert -CAkey ca-key -in wn0-cert-sign-request -out wn0-cert-signed -days 365 -CAcreateserial -passin pass:" MyServerPassword123"
86
85
openssl x509 -req -CA ca-cert -CAkey ca-key -in wn1-cert-sign-request -out wn1-cert-signed -days 365 -CAcreateserial -passin pass:" MyServerPassword123"
87
86
openssl x509 -req -CA ca-cert -CAkey ca-key -in wn2-cert-sign-request -out wn2-cert-signed -days 365 -CAcreateserial -passin pass:" MyServerPassword123"
You can’t perform that action at this time.
0 commit comments