Skip to content

Commit

Permalink
account for upstream server TLS option changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lerouxb committed Mar 1, 2024
1 parent ebcb927 commit 890c18c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/tls/mongod-server.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ net:
tls:
mode: requireTLS
certificateKeyFile: /etc/mongod/tls/server.pem
CAFile: /etc/mongod/tls/ca.pem
allowInvalidCertificates: true
allowInvalidHostnames: true

Expand Down

0 comments on commit 890c18c

Please sign in to comment.