Skip to content

Commit 4c6475a

Browse files
authored
account for upstream server TLS option changes (#29)
1 parent ebcb927 commit 4c6475a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/tls/mongod-server.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ net:
44
tls:
55
mode: requireTLS
66
certificateKeyFile: /etc/mongod/tls/server.pem
7+
CAFile: /etc/mongod/tls/ca.pem
78
allowInvalidCertificates: true
89
allowInvalidHostnames: true
910

0 commit comments

Comments
 (0)