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 5c72b74 commit b2b296bCopy full SHA for b2b296b
managed-databases/mongodb/how-to/connect-database-instance.mdx
@@ -44,7 +44,7 @@ To connect to a public endpoint using the MongoDB® shell:
44
45
1. Replace the following variables in the command as described:
46
```sh
47
- mongosh "mongodb+srv://{instance_id}.mgdb.{region}.scw.cloud" --tlsCAFile {your_certificate.pem} -u {username
+ mongosh "mongodb+srv://{instance_id}.mgdb.{region}.scw.cloud" --tlsCAFile {your_certificate.pem} -u {username}
48
```
49
50
- `{your-certificate.pem}` - the TLS certificate downloaded on **step 3**.
0 commit comments