Skip to content

Commit 87241fc

Browse files
authored
allowConnectionsWithoutCertificates: true (#31)
1 parent 7c6e1eb commit 87241fc

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

docker/tls/mongod-server-client.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ net:
77
CAFile: /etc/mongod/tls/ca.pem
88
allowInvalidCertificates: true
99
allowInvalidHostnames: true
10+
allowConnectionsWithoutCertificates: true
1011

1112
storage:
1213
dbPath: "/data/db"

docker/tls/mongod-server-named.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ net:
77
CAFile: /etc/mongod/tls/ca.pem
88
allowInvalidCertificates: true
99
allowInvalidHostnames: true
10+
allowConnectionsWithoutCertificates: true
1011

1112
storage:
1213
dbPath: "/data/db"

docker/tls/mongod-server.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ net:
77
CAFile: /etc/mongod/tls/ca.pem
88
allowInvalidCertificates: true
99
allowInvalidHostnames: true
10+
allowConnectionsWithoutCertificates: true
1011

1112
storage:
1213
dbPath: "/data/db"

0 commit comments

Comments
 (0)