You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ju...@apache.org on 2015/11/21 01:35:26 UTC

kafka-site git commit: trivial change: revert incorrect change to ssl.key.password

Repository: kafka-site
Updated Branches:
  refs/heads/asf-site 0e79d903e -> 7cf41c36d


trivial change: revert incorrect change to ssl.key.password


Project: http://git-wip-us.apache.org/repos/asf/kafka-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka-site/commit/7cf41c36
Tree: http://git-wip-us.apache.org/repos/asf/kafka-site/tree/7cf41c36
Diff: http://git-wip-us.apache.org/repos/asf/kafka-site/diff/7cf41c36

Branch: refs/heads/asf-site
Commit: 7cf41c36d5e80b59bb21e20d44b132830981bbed
Parents: 0e79d90
Author: Jun Rao <ju...@gmail.com>
Authored: Fri Nov 20 16:35:16 2015 -0800
Committer: Jun Rao <ju...@gmail.com>
Committed: Fri Nov 20 16:35:16 2015 -0800

----------------------------------------------------------------------
 090/security.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka-site/blob/7cf41c36/090/security.html
----------------------------------------------------------------------
diff --git a/090/security.html b/090/security.html
index b49fbed..848031b 100644
--- a/090/security.html
+++ b/090/security.html
@@ -115,7 +115,7 @@ Apache Kafka allows clients to connect over SSL. By default SSL is disabled but
         <pre>
         ssl.keystore.location = /var/private/ssl/kafka.server.keystore.jks
         ssl.keystore.password = test1234
-        ssl.keystore.password = test1234
+        ssl.key.password = test1234
         ssl.truststore.location = /var/private/ssl/kafka.server.truststore.jks
         ssl.truststore.password = test1234</pre>
 
@@ -163,7 +163,7 @@ Apache Kafka allows clients to connect over SSL. By default SSL is disabled but
         <pre>
         ssl.keystore.location = "/var/private/ssl/kafka.client.keystore.jks"
         ssl.keystore.password = "test1234"
-        ssl.keystore.password = "test1234"</pre>
+        ssl.key.password = "test1234"</pre>
         Other configuration settings that may also be needed depending on our requirements and the broker configuration:
             <ol>
                 <li>ssl.provider (Optional). The name of the security provider used for SSL connections. Default value is the default security provider of the JVM.</li>