SERVER-99750 Use generated certificates in jstests (#46650)

GitOrigin-RevId: 303ffa3be9ec56f70a9ff9e38d4430fd0c927599
This commit is contained in:
Gabriel Marks
2026-01-28 12:22:51 -05:00
committed by MongoDB Bot
parent cbec74c899
commit 77d90a66d3
142 changed files with 643 additions and 600 deletions

View File

@@ -7,6 +7,7 @@ readonly k_test_path="$1"
return_code=1
export PATH="$(dirname "$k_mongo"):$PATH"
export INSTALL_DIR="$(dirname "$k_mongo")"
function print_err() {
echo "$@" >&2