Repository: kafka Updated Branches: refs/heads/trunk 6a1993b8e -> 3e0333d69
trivial change: revert incorrect change to ssl.key.password Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/3e0333d6 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/3e0333d6 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/3e0333d6 Branch: refs/heads/trunk Commit: 3e0333d692762b99eb51d0e2948fe240eef7a6af Parents: 6a1993b Author: Jun Rao <[email protected]> Authored: Fri Nov 20 16:30:43 2015 -0800 Committer: Jun Rao <[email protected]> Committed: Fri Nov 20 16:31:05 2015 -0800 ---------------------------------------------------------------------- docs/security.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/3e0333d6/docs/security.html ---------------------------------------------------------------------- diff --git a/docs/security.html b/docs/security.html index b49fbed..848031b 100644 --- a/docs/security.html +++ b/docs/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>
