Skip to content

Commit eaf573a

Browse files
committed
Fix ca cert var name
1 parent 00c9c54 commit eaf573a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mongodb/topics/server_auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Restart your mongoDB server for these changes to take effect.
1919
Confirm the configuration by connecting with a mongoDB client:
2020
2121
```shell-session
22-
$ mongo --tls --tlsCAFile /etc/step/certs/{{ ca_crt }}
22+
$ mongo --tls --tlsCAFile /etc/step/certs/{{ ca_cert }}
2323
MongoDB shell version v4.4.3
2424
connecting to: mongodb://127.0.0.1:27017/?compressors=disabled&gssapiServiceName=mongodb
2525
Implicit session: session { "id" : UUID("5ddf6126-1b99-4364-a2c5-4262ad2e9d7b") }

0 commit comments

Comments
 (0)