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 19:14:40 +0000
commitb510408098a3ff6f49c66653820a6ddbae9acf7b (patch)
tree1848ce00c0473d3fb857ec7b5d4416032e942c63
parent4ef25b3c1499b6a61f2cd911d070786318c39e11 (diff)
downloadmongo-b510408098a3ff6f49c66653820a6ddbae9acf7b.tar.gz
SERVER-48039 Fix typo in deprecated option name
-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 c9ecca58a0b..64d7b10aaf0 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" ]