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 a3e4e32 commit d7dd6c0Copy full SHA for d7dd6c0
docs/tutorials/ssl.md
@@ -50,8 +50,6 @@ await mongoose.connect('mongodb://127.0.0.1:27017/test', {
50
tls: true,
51
// For example, see https://medium.com/@rajanmaharjan/secure-your-mongodb-connections-ssl-tls-92e2addb3c89
52
// for where the `rootCA.pem` file comes from.
53
- // Please note that, in Mongoose >= 5.8.3, `sslCA` needs to be
54
- // the **path to** the CA file, **not** the contents of the CA file
55
tlsCAFile: `${__dirname}/rootCA.pem`,
56
});
57
```
0 commit comments