Skip to content

Commit

Permalink
Also copy the browser CA DB to a scratch area as it is modified by fi…
Browse files Browse the repository at this point in the history
…refox
  • Loading branch information
glpatcern committed Oct 26, 2023
1 parent 90010f2 commit 6dadf30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/sciencemesh/scripts/gencerts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ function createCert {
rm --recursive --force ../tls
mkdir -p ../tls

echo "Copying CA certificate"
cp ../ca/ocm-ca* ../tls
echo "Copying CA certificate and CA browser db"
cp ../ca/* ../tls

createCert meshdir
createCert stub1
Expand Down
2 changes: 1 addition & 1 deletion tests/sciencemesh/scripts/testing-sciencemesh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ chmod +x "${ENV_ROOT}/scripts/reva-kill.sh"
chmod +x "${ENV_ROOT}/scripts/reva-entrypoint.sh"

docker run --detach --name=meshdir.docker --network=testnet -v "${ENV_ROOT}/scripts/stub.js:/ocm-stub/stub.js" pondersource/dev-stock-ocmstub
docker run --detach --name=firefox --network=testnet -v "${ENV_ROOT}/ca/cert9.db:/config/profile/cert9.db" -p 5800:5800 --shm-size 2g jlesage/firefox:latest
docker run --detach --name=firefox --network=testnet -v "${ENV_ROOT}/tls/cert9.db:/config/profile/cert9.db" -p 5800:5800 --shm-size 2g jlesage/firefox:latest

docker run --detach --name=collabora.docker --network=testnet -p 9980:9980 -t \
-e "extra_params=--o:ssl.enable=false" \
Expand Down

0 comments on commit 6dadf30

Please sign in to comment.