litentry / tee-worker

Based on the integritee-network/worker framework
Apache License 2.0
4 stars 2 forks source link

run tee-worker with remote attestation #154

Closed zTgx closed 1 year ago

zTgx commented 1 year ago

run integritee-service without flag --skip-ra to enable ra. and with the worker start command likes

./integritee-service \
    --mu-ra-external-address "${worker_endpoint}" --mu-ra-port 3443 --untrusted-http-port 4545 --ws-external \
    --trusted-external-address "wss://${worker_endpoint}" --trusted-worker-port 2000 \
    --untrusted-external-address "ws://${worker_endpoint}" --untrusted-worker-port 2001 \
    --node-url "ws://${node_endpoint}" --node-port "${node_port}" \
    run --linkable --dev >"${ROOTDIR}"/log/worker1.log 2>&1 &
Kailai-Wang commented 1 year ago

can you please submit this PR in parachain repo? Thanks! 🙏

zTgx commented 1 year ago

ok, moved to parachain - 1042