From b9015cdc8aa845bf172d059c3c1b7f1f03147131 Mon Sep 17 00:00:00 2001 From: Shreyas Kalyan Date: Tue, 7 Jul 2020 12:18:32 -0700 Subject: SERVER-49339 Rename ocspValidationRefreshPeriodSecs to ocspStaplingRefreshPeriodSecs --- jstests/ocsp/ocsp_stapling.js | 1 + 1 file changed, 1 insertion(+) (limited to 'jstests/ocsp') 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", }, }; -- cgit v1.2.1