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:06:49 +0000
commitef6735b0176442d16dd281947cc14b0334fc113e (patch)
tree5b886d8527a86077ea328081471fede59d735411
parent9f22227b1f0c89a45bd617bf1451678bde9af426 (diff)
downloadmongo-ef6735b0176442d16dd281947cc14b0334fc113e.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" ]