Connect to MongoDB Atlas through X.509 Certificate

preview_player
Показать описание
# MongoDBAtlas #clouddatabase #security
In this video, let us see how to authenticate with MongoDB Atlas cloud database through the X.509 certificate.

Mongo DB Atlas provides multiple options to authenticate the user with the database, the basic one is through credential and another one is through X.509 certificate.

The X.509 certificate-based authentication only works with the M10+ cluster, the M10+ clusters will not comes under free tier.

The certificate Private key should be converted to JKS format -

Рекомендации по теме
Комментарии
Автор

Total newbie to mongodb.
I hve to connect to a mongodb database remotely. As it has restricted IP addresses which can establish a connection with it, everytime it has to whitelist my IP address. But IP addresses keeps on changing. So what are the easiest workaround so as to avoid this each time asking for whitelisting to my manager.

geethavasu
Автор

What about PHP connection to MongoDB using SSL and pem file?

michagiza
Автор

Hi Sir, why do we need to convert .pem to pkcs12? does key tool not allow to import .pem files ?

diegoramos