Skip to content

Commit

Permalink
allowConnectionsWithoutCertificates: true (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
lerouxb authored Mar 4, 2024
1 parent 7c6e1eb commit 87241fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/tls/mongod-server-client.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ net:
CAFile: /etc/mongod/tls/ca.pem
allowInvalidCertificates: true
allowInvalidHostnames: true
allowConnectionsWithoutCertificates: true

storage:
dbPath: "/data/db"
Expand Down
1 change: 1 addition & 0 deletions docker/tls/mongod-server-named.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ net:
CAFile: /etc/mongod/tls/ca.pem
allowInvalidCertificates: true
allowInvalidHostnames: true
allowConnectionsWithoutCertificates: true

storage:
dbPath: "/data/db"
Expand Down
1 change: 1 addition & 0 deletions docker/tls/mongod-server.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ net:
CAFile: /etc/mongod/tls/ca.pem
allowInvalidCertificates: true
allowInvalidHostnames: true
allowConnectionsWithoutCertificates: true

storage:
dbPath: "/data/db"
Expand Down

0 comments on commit 87241fc

Please sign in to comment.