You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by sy...@apache.org on 2022/02/11 13:53:55 UTC

[zookeeper] branch master updated: ZOOKEEPER-4468: Update documentation about BCFKS keystore/truststore format

This is an automated email from the ASF dual-hosted git repository.

symat pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 0b0dfe5  ZOOKEEPER-4468: Update documentation about BCFKS keystore/truststore format
0b0dfe5 is described below

commit 0b0dfe521f374bb473aebc858bdde8fc4c491f7a
Author: Mate Szalay-Beko <sy...@apache.org>
AuthorDate: Fri Feb 11 13:53:30 2022 +0000

    ZOOKEEPER-4468: Update documentation about BCFKS keystore/truststore format
    
    The BCFKS keystore/truststore format support was backported to branch 3.5, I updated the documentation.
    
    Author: Mate Szalay-Beko <ms...@cloudera.com>
    
    Reviewers: Norbert Kalmar <nk...@apache.org>, Andor Molnar <an...@apache.org>
    
    Closes #1816 from symat/ZOOKEEPER-4468-doc-update
---
 zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md b/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md
index 0b658d0..23e8580 100644
--- a/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md
+++ b/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md
@@ -1654,7 +1654,7 @@ and [SASL authentication for ZooKeeper](https://cwiki.apache.org/confluence/disp
     **New in 3.5.5:**
     Specifies the file format of client and quorum keystores. Values: JKS, PEM, PKCS12 or null (detect by filename).
     Default: null.
-    **New in 3.6.3, 3.7.0:**
+    **New in 3.5.10, 3.6.3, 3.7.0:**
     The format BCFKS was added.
 
 * *ssl.trustStore.location* and *ssl.trustStore.password* and *ssl.quorum.trustStore.location* and *ssl.quorum.trustStore.password* :
@@ -1675,7 +1675,7 @@ and [SASL authentication for ZooKeeper](https://cwiki.apache.org/confluence/disp
     **New in 3.5.5:**
     Specifies the file format of client and quorum trustStores. Values: JKS, PEM, PKCS12 or null (detect by filename).
     Default: null.
-    **New in 3.6.3, 3.7.0:**
+    **New in 3.5.10, 3.6.3, 3.7.0:**
     The format BCFKS was added.
 
 * *ssl.protocol* and *ssl.quorum.protocol* :