Skip to content

Commit 2075ad2

Browse files
symatdesaikomal
authored andcommitted
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 <[email protected]> Reviewers: Norbert Kalmar <[email protected]>, Andor Molnar <[email protected]> Closes apache#1816 from symat/ZOOKEEPER-4468-doc-update (cherry picked from commit 0b0dfe5) Signed-off-by: Mate Szalay-Beko <[email protected]>
1 parent a074e44 commit 2075ad2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1424,7 +1424,7 @@ and [SASL authentication for ZooKeeper](https://cwiki.apache.org/confluence/disp
14241424
**New in 3.5.5:**
14251425
Specifies the file format of client and quorum keystores. Values: JKS, PEM, PKCS12 or null (detect by filename).
14261426
Default: null.
1427-
**New in 3.6.3, 3.7.0:**
1427+
**New in 3.5.10, 3.6.3, 3.7.0:**
14281428
The format BCFKS was added.
14291429

14301430
* *ssl.trustStore.location* and *ssl.trustStore.password* and *ssl.quorum.trustStore.location* and *ssl.quorum.trustStore.password* :
@@ -1439,7 +1439,7 @@ and [SASL authentication for ZooKeeper](https://cwiki.apache.org/confluence/disp
14391439
**New in 3.5.5:**
14401440
Specifies the file format of client and quorum trustStores. Values: JKS, PEM, PKCS12 or null (detect by filename).
14411441
Default: null.
1442-
**New in 3.6.3, 3.7.0:**
1442+
**New in 3.5.10, 3.6.3, 3.7.0:**
14431443
The format BCFKS was added.
14441444

14451445
* *ssl.protocol* and *ssl.quorum.protocol* :

0 commit comments

Comments
 (0)