You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,7 @@ The bootstrap script installs MongoDB, configures it with proper security settin
146
146
147
147
## Step 2: Provision TLS Certificates
148
148
149
-
The provision_ssl script configures MongoDB to use pre-generated private CA certificates for enhanced security. These can be generated using the mongodb-ssl tools on your machine.
149
+
The provision_ssl script configures MongoDB to use pre-generated private CA certificates for enhanced security instead of Let's Encrypt certificates. This approach provides better security and easier maintenance for MongoDB deployments.
150
150
151
151
1.**Place your private CA certificates in the required locations**:
152
152
@@ -268,12 +268,14 @@ The monitoring script sets up email alerts and a monitoring endpoint for your Mo
268
268
269
269
3.**Access the monitoring endpoint**:
270
270
271
-
You can access the monitoring endpoint at:
271
+
You can access the monitoring endpoint via HTTP at:
0 commit comments