Hi, I’d like to connect Deadline to MongoDB Atlas (https://www.mongodb.com/cloud/atlas) rather than have to host my own deadline database. So far I have:
- Run the installer
- When requested (MongoDB Database Settings) added in one of the hosts of the cluster (production-shard-00-00.XXXX.mongodb.net)
- Set the port to 27017, added in the replicaset name (atlas-XXXXX-shard-0)
- Selected “Yes” for TLS encryption and "Use certificate for DB user auth)
- In Atlas itself created a user which is authenticated through a certificate and downloaded that certificate (a PEM file with cert and private key in it) and put
it in the “Client Certificate” box in the installer
Unfortunately I get “Error encountered when trying to load the x509 certificate: Could not find a certificate with a matching private key in the specified container”
Any ideas on what I need to do to resolve this?
Thanks!