summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSara Golemon <sara.golemon@mongodb.com>2020-05-11 18:04:19 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-05-11 20:34:44 +0000
commit0d449192e52cc07d2f4af560da71a1c81adb134f (patch)
treeda78b7f00a525ac36dd350f78acbac4938e430f5
parent8b7d17c7d97146a3996505130ae5288269903726 (diff)
downloadmongo-0d449192e52cc07d2f4af560da71a1c81adb134f.tar.gz
SERVER-48039 Fix typo in deprecated option name
(cherry picked from commit b510408098a3ff6f49c66653820a6ddbae9acf7b)
-rw-r--r--src/mongo/util/net/ssl_options_server.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/util/net/ssl_options_server.idl b/src/mongo/util/net/ssl_options_server.idl
index 1b38966a0b1..4e95c3578ce 100644
--- a/src/mongo/util/net/ssl_options_server.idl
+++ b/src/mongo/util/net/ssl_options_server.idl
@@ -175,7 +175,7 @@ configs:
"net.tls.clusterCertificateSelector":
description: "SSL/TLS Certificate in system store for internal TLS authentication"
short_name: tlsClusterCertificateSelector
- deprecated_name: "tls.ssl.clusterCertificateSelector"
+ deprecated_name: "net.ssl.clusterCertificateSelector"
deprecated_short_name: sslClusterCertificateSelector
arg_vartype: String
conflicts: [ "net.tls.clusterFile", "net.tls.clusterFilePassword" ]