Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
As mentioned in KIP-651
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.
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 parameter as an example,
The revised document is:
The file format of the trust store file. Valid values are: JKS , PKCS12, PEM.
At the same time, we can also add corresponding validators for these two parameters.
Attachments
Issue Links
- links to