MongoDB connection via Django connector using X.509 certificate
I have a Django API project for which I am using a MongoDB cloud database. The connection to the DB requires authentication via X.509 certificates.
How do I achieve this trusted connection using the Djongo connector? Below is the Database connection configuration for my local setup. What needs to change for the CLoud connection with X.509?
Thank you for your time and valuable suggestions!!!