Does anyone has idea how to setup MySQL connection using SSL and certs?
I've read the answer below and imported my ca.pem into the keystore, but still not working?
Connect Splunk DB Connect to MariaDB with SSL and cert 1 answer
https://answers.splunk.com/answers/611126/connect-splunk-db-connect-to-mariadb-with-ssl-and.html?utm_source=typeahead&utm_medium=newquestion&utm_campaign=no_votes_sort_relev
I've also search the web regarding jdbc connections using ssl certs, but still unable to see which or how am I suppose to load these certs into the app so I can connect to my database
and the db_connections.conf.spec.example from README folder included in the app doesn't have MySQL usage in it
I have
ssl-ca=ca.pem
ssl-cert=server-cert.pem
ssl-key=server-key.pem
which of these should I import into keystore/truststore?
↧