You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Mickael Maison (Jira)" <ji...@apache.org> on 2022/06/17 14:32:00 UTC

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

     [ https://issues.apache.org/jira/browse/KAFKA-13890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mickael Maison resolved KAFKA-13890.
------------------------------------
    Fix Version/s: 3.3.0
         Assignee: RivenSun
       Resolution: Fixed

> 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
>            Assignee: RivenSun
>            Priority: Major
>             Fix For: 3.3.0
>
>
> 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)