summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorShreyas Kalyan <shreyas.kalyan@10gen.com>2019-04-02 16:16:36 -0400
committerShreyas Kalyan <shreyas.kalyan@10gen.com>2019-05-03 15:40:45 -0400
commitdb25498d92df83ee72999a99abf95102b01f1649 (patch)
tree412288fd42506be2a965e93f97d7b72b2a97c34f /buildscripts
parent117a422917ff9110a4ae2b3023e7dc88fb491567 (diff)
downloadmongo-db25498d92df83ee72999a99abf95102b01f1649.tar.gz
SERVER-39896 Write shell JS API for explicitly encrypting and decrypting data
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/fle.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/fle.yml b/buildscripts/resmokeconfig/suites/fle.yml
index 26883e6acc7..18926486925 100644
--- a/buildscripts/resmokeconfig/suites/fle.yml
+++ b/buildscripts/resmokeconfig/suites/fle.yml
@@ -9,6 +9,11 @@ executor:
shell_options:
nodb: ''
readMode: commands
+ ssl: ''
+ tlsAllowInvalidHostnames: ''
+ tlsAllowInvalidCertificates: ''
+ tlsCAFile: jstests/libs/ca.pem
+ tlsCertificateKeyFile: jstests/libs/client.pem
hooks:
- class: CleanEveryN
n: 20