From MongoDB Enterprise Advanced 3.x Security Technical Implementation Guide
Part of SRG-APP-000176-DB-000068
Associated with: CCI-000186
The DoD standard for authentication is DoD-approved PKI certificates. PKI certificate-based authentication is performed by requiring the certificate holder to cryptographically prove possession of the corresponding private key.
In the MongoDB database configuration file (default location: /etc/mongod.conf), review the following parameters: net: ssl: mode: requireSSL PEMKeyFile: /etc/ssl/mongodb.pem CAFile: /etc/ssl/mongodbca.pem Verify ownership, group ownership, and permissions on the file given for PEMKeyFile (default 'mongodb.pem'). Run following command and review its output: ls -al /etc/mongod.conf typical output: -rw------- 1 mongodb mongodb 566 Apr 26 20:20 /etc/mongod.conf If the user owner is not "mongodb", this is a finding. If the group owner is not "mongodb", this is a finding. If the file is more permissive than "600", this is a finding. Verify ownership, group ownership, and permissions on the file given for CAFile (default 'ca.pem'). If the user owner is not "mongodb", this is a finding. If the group owner is not "mongodb", this is a finding. IF the file is more permissive than "600", this is a finding.
Run these commands: "chown mongodb:mongodb /etc/ssl/mongodb.pem" "chmod 600 /etc/ssl/mongodb.pem" "chown mongodb:mongodb /etc/ssl/mongodbca.pem" "chmod 600 /etc/ssl/mongodbca.pem"
Lavender hyperlinks in small type off to the right (of CSS
class id
, if you view the page source) point to
globally unique URIs for each document and item. Copy the
link location and paste anywhere you need to talk
unambiguously about these things.
You can obtain data about documents and items in other
formats. Simply provide an HTTP header Accept:
text/turtle
or
Accept: application/rdf+xml
.
Powered by sagemincer