Open nwwatson opened 2 months 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
addresses MD7X-00-003900
addresses MD7X-00-004000
addresses MD7X-00-008800
adresses MD7X-00-008900
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:
Restart the MongoDB service from the OS