summaryrefslogtreecommitdiff
path: root/jstests/ocsp
diff options
context:
space:
mode:
authorShreyas Kalyan <shreyas.kalyan@10gen.com>2020-07-07 12:18:32 -0700
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-07-08 21:32:41 +0000
commitb9015cdc8aa845bf172d059c3c1b7f1f03147131 (patch)
tree28d406807700e6325ddbc965271f3496fa1ab25d /jstests/ocsp
parentc0c135de3504bdf9c2fdd9654430be9c11030f60 (diff)
downloadmongo-b9015cdc8aa845bf172d059c3c1b7f1f03147131.tar.gz
SERVER-49339 Rename ocspValidationRefreshPeriodSecs to ocspStaplingRefreshPeriodSecs
Diffstat (limited to 'jstests/ocsp')
-rw-r--r--jstests/ocsp/ocsp_stapling.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/ocsp/ocsp_stapling.js b/jstests/ocsp/ocsp_stapling.js
index d3e72e72af3..70e0809f6b2 100644
--- a/jstests/ocsp/ocsp_stapling.js
+++ b/jstests/ocsp/ocsp_stapling.js
@@ -21,6 +21,7 @@ function test(serverCert, caCert, responderCertPair) {
sslCAFile: caCert,
sslAllowInvalidHostnames: "",
setParameter: {
+ "ocspStaplingRefreshPeriodSecs": 500,
"ocspEnabled": "true",
},
};