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)

Reply via email to