Skip to content

Commit b69b264

Browse files
committed
Do not raise unrealistic expectations
1 parent 8b37842 commit b69b264

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ansible/roles/mongodb/templates/mongodb.container.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Exec = \
1515
--auth \
1616
--tlsMode requireTLS \
1717
--tlsCertificateKeyFile /certs/fullchain-plus-key.pem \
18-
--tlsCAFile /certs/fullchain.pem
18+
--tlsCAFile /certs/fullchain.pem \
19+
--tlsAllowConnectionsWithoutCertificates
1920

2021
[Service]
2122
# Resource control

0 commit comments

Comments
 (0)