Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dovaleac authored Jun 26, 2017
1 parent 2cf9f58 commit 6f99f7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/docs/configuration/mongodb-connectivity.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ If `/replication/shards/<index>/replSetName` is not specified `/replication/repl

## Connect using Secure Socket Layer

To enable SSL connectivity to MongoDB you have to make shure [MongoDB is correctly configured](https://docs.mongodb.com/manual/tutorial/configure-ssl/).
If the MongoDB certificate is not issued by a known Certification Authority you have to copy the CA file in a path accessible by ToroDB Stamepde.
To enable SSL connectivity to MongoDB you have to make sure [MongoDB is correctly configured](https://docs.mongodb.com/manual/tutorial/configure-ssl/).
If the MongoDB certificate is not issued by a known Certification Authority you have to copy the CA file in a path accessible by ToroDB Stampede.
For this example we assume the CA file is `rootCA.pem`. For testing purpose you may want to set property `/replication/ssl/allowInvalidHostnames` to `true`
to skip host name validation check for the server certificate.

Expand Down Expand Up @@ -162,4 +162,4 @@ replication:

* `rootCA.pem` and `rootCA.key` should be the certificate and private key of the same Certification Authority used to generate the server certificate.

In this case you do not have to add any entry to the file `~/.mongopass`.
In this case you do not have to add any entry to the file `~/.mongopass`.

0 comments on commit 6f99f7f

Please sign in to comment.