Skip to content

Commit d7dd6c0

Browse files
committed
Remove unused comment
1 parent a3e4e32 commit d7dd6c0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/tutorials/ssl.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ await mongoose.connect('mongodb://127.0.0.1:27017/test', {
5050
tls: true,
5151
// For example, see https://medium.com/@rajanmaharjan/secure-your-mongodb-connections-ssl-tls-92e2addb3c89
5252
// 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
5553
tlsCAFile: `${__dirname}/rootCA.pem`,
5654
});
5755
```

0 commit comments

Comments
 (0)