We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c9c54 commit eaf573aCopy full SHA for eaf573a
docs/mongodb/topics/server_auth.md
@@ -19,7 +19,7 @@ Restart your mongoDB server for these changes to take effect.
19
Confirm the configuration by connecting with a mongoDB client:
20
21
```shell-session
22
-$ mongo --tls --tlsCAFile /etc/step/certs/{{ ca_crt }}
+$ mongo --tls --tlsCAFile /etc/step/certs/{{ ca_cert }}
23
MongoDB shell version v4.4.3
24
connecting to: mongodb://127.0.0.1:27017/?compressors=disabled&gssapiServiceName=mongodb
25
Implicit session: session { "id" : UUID("5ddf6126-1b99-4364-a2c5-4262ad2e9d7b") }
0 commit comments