mirror of https://github.com/apache/kafka.git
MINOR: Update security doc
Author: Luke Chen <showuon@gmail.com> Reviewers: Manikumar Reddy <manikumar.reddy@gmail.com>
This commit is contained in:
parent
42a9355e60
commit
8bd5ceb3d2
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue