Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions roles/mongo/templates/mongod.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ net:
port: 27017
tls:
mode: preferTLS
disabledProtocols: TLS1_0,TLS1_1,TLS1_2
certificateKeyFile: /etc/pki/mongo/keyandcert.pem
CAFile: /etc/pki/mongo/mongoca.pem
allowConnectionsWithoutCertificates: true
Expand All @@ -22,3 +23,4 @@ replication:
security:
authorization: enabled
clusterAuthMode: x509
javascriptEnabled: false