showuon commented on a change in pull request #10002: URL: https://github.com/apache/kafka/pull/10002#discussion_r570831039
########## File path: docs/security.html ########## @@ -320,10 +320,10 @@ <h5>SSL key and certificates in PEM format</h5> <pre>listeners</code></pre> If SSL is not enabled for inter-broker communication (see below for how to enable it), both PLAINTEXT and SSL ports will be necessary. - <pre class="line-numbers"><code class="language-text"> listeners=PLAINTEXT://host.name:port,SSL://host.name:port</code></pre> + <pre class="line-numbers"><code class="language-text">listeners=PLAINTEXT://host.name:port,SSL://host.name:port</code></pre> Following SSL configs are needed on the broker side - <pre class="line-numbers"><code class="language-text"> ssl.keystore.location=/var/private/ssl/server.keystore.jks + <pre class="line-numbers"><code class="language-text">ssl.keystore.location=/var/private/ssl/server.keystore.jks Review comment: Nice catch! Updated! ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org