You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "RivenSun (Jira)" <ji...@apache.org> on 2022/05/10 03:29:00 UTC

[jira] [Created] (KAFKA-13890) Improve documentation of ssl.keystore.type and ssl.truststore.type

RivenSun created KAFKA-13890:
--------------------------------

             Summary: Improve documentation of ssl.keystore.type and ssl.truststore.type
                 Key: KAFKA-13890
                 URL: https://issues.apache.org/jira/browse/KAFKA-13890
             Project: Kafka
          Issue Type: Improvement
          Components: documentation
            Reporter: RivenSun


As mentioned in [KIP-651|https://cwiki.apache.org/confluence/display/KAFKA/KIP-651+-+Support+PEM+format+for+SSL+certificates+and+private+key]
{quote}A new key store type `PEM` will be added for key and trust stores. Both ssl.keystore.type and ssl.truststore.type may specify PEM in addition to JKS and PKCS12.
{quote}
 

Now the documentation of these two parameters does not indicate which optional values are available, only a default value is shown.
Take the [ssl.truststore.type|https://kafka.apache.org/documentation/#brokerconfigs_ssl.truststore.type] parameter as an example,
The revised document is:
{code:java}
The file format of the trust store file. Valid values are: JKS , PKCS12, PEM.{code}
At the same time, we can also add corresponding validators for these two parameters.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)