You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by hd...@apache.org on 2015/05/06 17:44:04 UTC

svn commit: r1678031 - /zookeeper/branches/branch-3.5/src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml

Author: hdeng
Date: Wed May  6 15:44:04 2015
New Revision: 1678031

URL: http://svn.apache.org/r1678031
Log:
ZOOKEEPER-2153 X509 Authentication Documentation (Ian Dimayuga via hdeng)

Modified:
    zookeeper/branches/branch-3.5/src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml

Modified: zookeeper/branches/branch-3.5/src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.5/src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml?rev=1678031&r1=1678030&r2=1678031&view=diff
==============================================================================
--- zookeeper/branches/branch-3.5/src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml (original)
+++ zookeeper/branches/branch-3.5/src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml Wed May  6 15:44:04 2015
@@ -1140,7 +1140,7 @@ server.3=zoo3:2888:3888</programlisting>
               to use for secure client authentication. This is useful in
               certificate key infrastructures that do not use JKS. It may be
               necessary to extend <emphasis role="bold">javax.net.ssl.X509KeyManager
-              </emphasis> and <emphasis role="bold">javax.net.ssl.X509TrustManager
+              </emphasis> and <emphasis role="bold">javax.net.ssl.X509TrustManager</emphasis>
               to get the desired behavior from the SSL stack. To configure the
               ZooKeeper server to use the custom provider for authentication,
               choose a scheme name for the custom AuthenticationProvider and