summaryrefslogtreecommitdiff
path: root/jstests/libs/ca.pem
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-14516 Brand new testing certificatesStuart Larsen2014-07-261-16/+47
| | | | | | | | | | New testing certificates generated for MongoDB using x509gen. Test were also updated slightly to accommodate for new subject alternative names and such. All instances of "sslAllowInvalidCertificates" were removed from src/mongo/shell. Closes #724 Signed-off-by: Benety Goh <benety@mongodb.com>
* SERVER-11885 renew ca certificateEric Milkie2013-11-291-16/+15
|
* SERVER-7202 test with certificatesEric Milkie2012-12-111-0/+18
Adjust unit tests to present certificates for validation at SSL handshake time.