Skip to content

MongoDB


Configuration

  1. Open the MongoDB configuration file:

    • C:\ProgramData\seal\infrastructure\config\mongod.conf
  2. Search the following line:

  3. allowInvalidCertificates: true

  4. Replace the line by:

    • CAFile: C:\ProgramData\seal\infrastructure\config\tls\ca.pem

Back to top