Skip to content

Commit

Permalink
[provisioning] fix bug in orchestrator README.md
Browse files Browse the repository at this point in the history
The sc_hsm files must be unzipped to use the PKCS11 shared library path.

Signed-off-by: Tim Trippel <[email protected]>
  • Loading branch information
timothytrippel committed Dec 17, 2024
1 parent 4f863de commit 8169854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/host/provisioning/orchestrator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ mkdir -p ${ORCHESTRATOR_RUN_DIR}
cd ${ORCHESTRATOR_RUN_DIR}
cp ${REPO_TOP}/bazel-bin/sw/host/provisioning/orchestrator/src/orchestrator.zip .
export ORCHESTRATOR_ZIP="${ORCHESTRATOR_RUN_DIR}/orchestrator.zip"
unzip ${ORCHESTRATOR_ZIP} "runfiles/sc_hsm/*"
# Run tool. The path to the --sku-config parameter is relative to the
# workspace root.
Expand Down

0 comments on commit 8169854

Please sign in to comment.