yiguolei commented on code in PR #26044: URL: https://github.com/apache/doris/pull/26044#discussion_r1374711227
########## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ########## @@ -1918,6 +1918,12 @@ public class Config extends ConfigBase { @ConfField(mutable = false, masterOnly = false) public static boolean ssl_force_client_auth = false; + /** + * ssl connection needs to authenticate client's certificate store type. + */ + @ConfField(mutable = false, masterOnly = false) + public static String ssl_trust_store_type = "PKCS12"; Review Comment: add document to explain this variable -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org