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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17534115#comment-17534115 ] 

RivenSun commented on KAFKA-13890:
----------------------------------

Hi [~guozhang]  , [~showuon]
Could you give some suggestions for this issue?
Thanks.

> 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
>            Priority: Major
>
> 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)