Hi, I know this chapter is far past due, I am trying to prepare for next month’s course. When I attempt to run mongo with my config file, i receive this:
here is my config file, also:
storage:
dbPath: /data/db
systemLog:
path: /data/log/mongod.log
destination: file
replication:
replSetName: M103
net:
port: 27000
bindIp : “192.168.103.100,localhost”
ssl:
mode: requireSSL
PEMKeyFile: /etc/ssl/ssl.pem
CAFile: /etc/ssl/SSLCA.pem
security:
keyFile: /data/keyfile
authorization: enabled
Any help is appreciated!