We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d689656 commit ac0eb6dCopy full SHA for ac0eb6d
.github/workflows/test-wolfhsm-simulator.yml
@@ -71,7 +71,7 @@ jobs:
71
echo "obj 1 0xFFFF 0x0000 \"cert CA\" ../../../../test-dummy-ca/root-cert.der" >> $tmpfile
72
./Build/wh_server_tcp.elf --nvminit $tmpfile &
73
else
74
- ./Build/wh_server_tcp.elf --client 12 --id 255 --key ../../../../wolfboot_signing_private_key_pub.der --cert ../../../../wolfboot_signing_cert_chain.der &
+ ./Build/wh_server_tcp.elf --client 12 --id 255 --key ../../../../wolfboot_signing_private_key_pub.der &
75
fi
76
TCP_SERVER_PID=$!
77
echo "TCP_SERVER_PID=$TCP_SERVER_PID" >> $GITHUB_ENV
0 commit comments