Files
mongo/jstests/ssl/replset1.js
Eric Milkie 1dfaa36f44 SERVER-7202 test with certificates
Adjust unit tests to present certificates for validation at SSL handshake time.
2012-12-11 15:51:59 -05:00

5 lines
184 B
JavaScript

ssl_options = {sslOnNormalPorts : "",
sslPEMKeyFile : "jstests/libs/server.pem",
sslCAFile: "jstests/libs/ca.pem"};
load("jstests/replsets/replset1.js");