MINOR: Update security doc

Author: Luke Chen <showuon@gmail.com>

    Reviewers: Manikumar Reddy <manikumar.reddy@gmail.com>
This commit is contained in:
Luke Chen 2021-02-08 20:46:47 +08:00 committed by GitHub
parent 42a9355e60
commit 8bd5ceb3d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ ssl.truststore.password=test1234</code></pre>
-----END CERTIFICATE-----
subject=/C=US/ST=CA/L=Santa Clara/O=org/OU=org/CN=Sriharsha Chintalapani
issuer=/C=US/ST=CA/L=Santa Clara/O=org/OU=org/CN=kafka/emailAddress=test@test.com</code></pre>
If the certificate does not show up or if there are any other error messages then your keystore is not setup properly.</li>
If the certificate does not show up or if there are any other error messages then your keystore is not setup properly.</li>
<li><h4 class="anchor-heading"><a id="security_configclients" class="anchor-link"></a><a href="#security_configclients">Configuring Kafka Clients</a></h4>
SSL is supported only for the new Kafka Producer and Consumer, the older API is not supported. The configs for SSL will be the same for both producer and consumer.<br>