ClarityBusinessSolutions / mdb-ent-docker

Docker for MongoDB Enterprise 7.0
0 stars 0 forks source link

If passwords are used for authentication, MongoDB must transmit only encrypted representations of passwords. #7

Open nwwatson opened 3 weeks ago

nwwatson commented 3 weeks ago

In the MongoDB database configuration file (default location: /etc/mongod.conf) ensure the following parameters are present in the "net.tls" (network TLS) section of the file and are configured correctly for the site and server:

net:
  tls:
    mode: requireTLS
    certificateKeyFile: /etc/ssl/server.pem
    CAFile: /etc/ssl/ca.crt
    allowInvalidCertificates: false
    allowConnectionsWithoutCertificates: false

Restart the MongoDB service from the OS

sudo systemctl restart mongod
nwwatson commented 3 weeks ago

addresses MD7X-00-003900

nwwatson commented 3 weeks ago

addresses MD7X-00-004000

nwwatson commented 3 weeks ago

addresses MD7X-00-008800

nwwatson commented 3 weeks ago

adresses MD7X-00-008900