summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_options.cpp
diff options
context:
space:
mode:
authorShreyas Kalyan <shreyas.kalyan@mongodb.com>2020-01-06 18:44:39 +0000
committerevergreen <evergreen@mongodb.com>2020-01-06 18:44:39 +0000
commit7e1394a188d756ce9a7e74c75f6ada5bb4b7949f (patch)
tree559ff44f0a0756c21580f39a714ba2a644e859bb /src/mongo/shell/shell_options.cpp
parentd8c8abbbbc716b431ac33ef768a4f71644eda75d (diff)
downloadmongo-7e1394a188d756ce9a7e74c75f6ada5bb4b7949f.tar.gz
SERVER-42937 Implement Support for OCSP Stapling for OpenSSL
Diffstat (limited to 'src/mongo/shell/shell_options.cpp')
-rw-r--r--src/mongo/shell/shell_options.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/shell/shell_options.cpp b/src/mongo/shell/shell_options.cpp
index c299e0fb614..c3b78e95202 100644
--- a/src/mongo/shell/shell_options.cpp
+++ b/src/mongo/shell/shell_options.cpp
@@ -64,6 +64,7 @@ using std::vector;
const std::set<std::string> kSetShellParameterWhitelist = {
"awsEC2InstanceMetadataUrl",
"awsECSInstanceMetadataUrl",
+ "ocspEnabled",
"disabledSecureAllocatorDomains",
"newLineAfterPasswordPromptForTest",
"skipShellCursorFinalize",