@@ -66,21 +66,21 @@ To connect and authenticate using x.509 client certificate:
6666- For MongoDB 4.2 or greater, include the following options for the client:
6767
6868 - :option:`--tls <mongosh --tls>` (or the deprecated :option:`--ssl
69- <mongo --ssl>` option)
69+ <mongosh --ssl>` option)
7070
7171 - :option:`--tlsCertificateKeyFile <mongosh --tlsCertificateKeyFile>`
7272 (or the deprecated :option:`--sslPEMKeyFile
73- <mongo --sslPEMKeyFile>` option)
73+ <mongosh --sslPEMKeyFile>` option)
7474
7575 - :option:`--tlsCertificateKeyFilePassword <mongosh --tlsCertificateKeyFile>`
7676 (or the deprecated :option:`--sslPEMKeyPassword
77- <mongo --sslPEMKeyPassword>` option) if the certificate key file is encrypted
77+ <mongosh --sslPEMKeyPassword>` option) if the certificate key file is encrypted
7878
7979 - :option:`--authenticationDatabase '$external'
80- <mongo --authenticationDatabase>`
80+ <mongosh --authenticationDatabase>`
8181
8282 - :option:`--authenticationMechanism MONGODB-X509
83- <mongo --authenticationMechanism>`
83+ <mongosh --authenticationMechanism>`
8484
8585- For MongoDB 4.0 and earlier, include the following options for the client:
8686
@@ -92,7 +92,7 @@ To connect and authenticate using x.509 client certificate:
9292 the ``--sslPEMKeyFile`` is encrypted.
9393
9494 - :option:`--authenticationDatabase '$external'
95- <mongo --authenticationDatabase>`
95+ <mongosh --authenticationDatabase>`
9696
9797 - :option:`--authenticationMechanism MONGODB-X509 <mongosh --authenticationMechanism>`
9898
0 commit comments