Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
None
-
None
Description
The documentation for the various certificate store properties for Connector/J don't currently state which formats are valid for which properties:
https://mariadb.com/kb/en/library/about-mariadb-connector-j/#tls-ssl
It looks like PEM files are valid for serverSslCert, but nothing is specifically mentioned for keyStore or trustStore. Do those also support PEM files, or do those require Java Key Store (.jks) files? Can the format for a specific certificate store be changed in some way by setting some other property or calling some method?