Liquibase with mongodb x.509 certificates to auth

Hi ,
I am using liquibase with mongodb which has string format (username and password).And I would like to use my mongodb to connect with x.509 certs using Liquibase .With this approach my url contains --tls --tlsCertificateKeyFile. How can I do it.I am using Liquibase with CLI so far.
Thanks for the help.

Hi @padmaja, raised an issue in repo

Will let you know when clear ho to do that.

Hi @padmaja have you tried passing them to connection string as query parameters?

something like:
mongodb://db0.example.com,db1.example.com,db2.example.com/?replicaSet=myRepl&tls=true&tlsCertificateKeyFile=