diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/security_guide.md | 1 | ||||
| -rw-r--r-- | docs/server-parameters.md | 6 |
2 files changed, 3 insertions, 4 deletions
diff --git a/docs/security_guide.md b/docs/security_guide.md index abc9413ab55..7b3e130ad38 100644 --- a/docs/security_guide.md +++ b/docs/security_guide.md @@ -3,5 +3,4 @@ - [Identity and Access Management](https://github.com/mongodb/mongo/blob/master/src/mongo/db/auth/README.md) - [TLS](https://github.com/mongodb/mongo/blob/master/src/mongo/util/net/README.md) - [FTDC](https://github.com/mongodb/mongo/blob/master/src/mongo/db/ftdc/README.md) -- [Free Monitoring](https://github.com/mongodb/mongo/blob/master/src/mongo/db/free_mon/README.md) - [SELinux](https://github.com/mongodb/mongodb-selinux/blob/master/README.md) diff --git a/docs/server-parameters.md b/docs/server-parameters.md index 53b1e03e295..f7105ccc88e 100644 --- a/docs/server-parameters.md +++ b/docs/server-parameters.md @@ -135,13 +135,13 @@ inside the namespace defined by `globals.cpp_namespace`. Consider the following global: cpp_namespace: "mongo" cpp_includes: - - "mongo/db/free_mon/free_mon_mongod.h" + - "mongo/util/net/ssl_parameters.h" server_parameters: - cloudFreeMonitoringEndpointURL: + opensslCipherConfig: ... validator: - callback: "onValidateFreeMonEndpointURL" # The callback is declared in "free_mon_mongod.h" + callback: "validateOpensslCipherConfig" # The callback is declared in "ssl_parameters.h" ``` ### Specialized Server Parameters |
