prmoore77 commented on code in PR #38461:
URL: https://github.com/apache/arrow/pull/38461#discussion_r1373698808
##########
docs/source/java/flight_sql_jdbc_driver.rst:
##########
@@ -114,6 +114,21 @@ parameters are:
- null
- When TLS is enabled, the password for the certificate store
+ * - tlsRootCerts
+ - null
+ - Path to PEM-encoded root certificates for TLS - use this as
+ an alternative to ``trustStore``
+
+ * - clientCertificate
Review Comment:
Hi @jduo - I was trying to add a convenience factor. For me, it is easier
to work with PEM files - I added tlsRootCerts for folks that prefer PEM. I had
been using PEM files with ADBC already - and it seemed so convenient, I wanted
the option for JDBC...
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]