File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ services:
1414
1515before_script :
1616 - COMPOSER_DISCARD_CHANGES=1 composer update --prefer-dist --no-interaction --no-suggest
17- - sed -i 's/<env name="SSL_CAFILE " value="\/path_to_your_ca_file"\/>/<env name="SSL_CAFILE" value="\/tmp\/rootCA.pem"\/>/g' phpunit.xml.dist
17+ - sed -i 's/<env name="RABBITMQ_SSL_CAFILE " value="\/path_to_your_ca_file"\/>/<env name="SSL_CAFILE" value="\/tmp\/rootCA.pem"\/>/g' phpunit.xml.dist
1818 - openssl genrsa -out /tmp/rootCA.key 2048
1919 - openssl req -x509 -new -nodes -key /tmp/rootCA.key -sha256 -days 1024 -out /tmp/rootCA.pem -subj "/C=US/ST=Arizona/L=Scottsdale/O=Example Company Inc./CN=127.0.0.1"
2020 - openssl genrsa -out /tmp/device.key 2048
Original file line number Diff line number Diff line change 2222 <env name =" HOST" value =" 127.0.0.1" />
2323 <env name =" PORT" value =" 5672" />
2424 <env name =" PORT_SSL" value =" 5671" />
25- <env name =" SSL_CAFILE " value =" /path_to_your_ca_file" />
25+ <env name =" RABBITMQ_SSL_CAFILE " value =" /path_to_your_ca_file" />
2626 </php >
2727 <filter >
2828 <whitelist >
You can’t perform that action at this time.
0 commit comments