Skip to content

Commit 0b0dfe5

Browse files
committed
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 #1816 from symat/ZOOKEEPER-4468-doc-update
1 parent ebcf18e commit 0b0dfe5

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
@@ -1654,7 +1654,7 @@ and [SASL authentication for ZooKeeper](https://cwiki.apache.org/confluence/disp
16541654
**New in 3.5.5:**
16551655
Specifies the file format of client and quorum keystores. Values: JKS, PEM, PKCS12 or null (detect by filename).
16561656
Default: null.
1657-
**New in 3.6.3, 3.7.0:**
1657+
**New in 3.5.10, 3.6.3, 3.7.0:**
16581658
The format BCFKS was added.
16591659

16601660
* *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
16751675
**New in 3.5.5:**
16761676
Specifies the file format of client and quorum trustStores. Values: JKS, PEM, PKCS12 or null (detect by filename).
16771677
Default: null.
1678-
**New in 3.6.3, 3.7.0:**
1678+
**New in 3.5.10, 3.6.3, 3.7.0:**
16791679
The format BCFKS was added.
16801680

16811681
* *ssl.protocol* and *ssl.quorum.protocol* :

0 commit comments

Comments
 (0)