GitHub user ssaamm opened a pull request: https://github.com/apache/kafka/pull/1651
MINOR: Fix typos in security section 1. I think the instructions in step 2 of the security section which describe adding the CA to server/client truststores are swapped. That is, the instruction that says to add the CA to the server truststore adds it to the client truststore (and vice versa). 2. "clients keys" should be possessive ("clients' keys"). This contribution is my original work, and I license the work to the project under the project's open source license. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ssaamm/kafka trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1651.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1651 ---- commit aedea43b34135bb4f2c42be7a03e2a6e758c8422 Author: Samuel Taylor <stay...@square-root.com> Date: 2016-07-22T13:07:29Z MINOR: Fix typos in security section 1. I believe the commands in step 2 to add the CA to the server and client truststores were swapped 2. "clients keys" should be possessive ("clients' keys") ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---