popsunlake opened a new pull request, #22857:
URL: https://github.com/apache/kafka/pull/22857

   The SSL documentation instructs users to generate certificate signing 
requests for existing server keystores, but the examples use `keytool -genkey`, 
which generates a new key pair. This changes both CSR examples to use `keytool 
-certreq -file cert-file`, retains the SAN extension, and removes options that 
apply only to key-pair generation.
   
   The command semantics were verified using `keytool -genkey --help` and 
`keytool -certreq --help`. `git diff --check` passed. Kafka tests and the 
complete examples were not run because this is a documentation-only correction 
and executing the examples would create or modify a keystore.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to