Skip to content

Commit 9299dd9

Browse files
committed
PHPC-1180: Copy client.pem to MONGO_ORCHESTRATION_HOME/lib
This will allow Mongo Orchestration to connect to a server/cluster using SSL.
1 parent 841fa20 commit 9299dd9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ before_install:
8787
- php -r 'if ( ! ($f = php_ini_loaded_file())) { $f = PHP_CONFIG_FILE_PATH . "/php.ini"; } file_put_contents($f, "variables_order=EGPCS\n", FILE_APPEND); $a = file($f, FILE_IGNORE_NEW_LINES); var_dump($a[count($a)-1]);'
8888

8989
before_script:
90+
- export MONGO_ORCHESTRATION_HOME=${PWD}/orchestration
91+
- mkdir -p ${MONGO_ORCHESTRATION_HOME}/lib
92+
- cp ${PWD}/scripts/ssl/client.pem ${MONGO_ORCHESTRATION_HOME}/lib/client.pem
9093
- mongo-orchestration start
9194
- .travis.scripts/setup_mo.sh
9295
- ulimit -a

0 commit comments

Comments
 (0)