Connect mysql how to set javax.net.ssl.truststore

i want to connect to my mysql db,but it need a truststore certificate file and the corresponding password,how do i set it when use liquibase command

it used by System.getProperty() in mariadb connector by java

javax.net.ssl.truststore=
javax.net.ssl.trustStorePassword=

the liquibase version is 4.0.0
please reply me if you know
tks so much!

Hi @yoezzz

Please help me understand if you are using Liquibase Java API and want to set these properties using java?

Thanks!
Rakhi Agrawal

problem resolved.
it use like:
JAVA_OPTS="-Dliquibase.changeLogLockPollRate=5" liquibase --changeLogFile=newChangeLog.xml update
to set java system property

Great you worked it out yourself!

Thanks so much for sharing it here.

Rakhi Agrawal