Skip to content

Commit f6bdaf2

Browse files
authored
fix: Add CAFile to mongod-server-named.conf (#30)
* account for upstream server TLS option changes * add CAFile to another server
1 parent af38170 commit f6bdaf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/tls/mongod-server-named.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-named.pem
7+
CAFile: /etc/mongod/tls/ca.pem
78
allowInvalidCertificates: true
89
allowInvalidHostnames: true
910

0 commit comments

Comments
 (0)