From 8169854db62bc56d6f09e2992d4b851c0c2b18f4 Mon Sep 17 00:00:00 2001 From: Tim Trippel Date: Tue, 17 Dec 2024 14:35:45 -0800 Subject: [PATCH] [provisioning] fix bug in orchestrator README.md The sc_hsm files must be unzipped to use the PKCS11 shared library path. Signed-off-by: Tim Trippel --- sw/host/provisioning/orchestrator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/host/provisioning/orchestrator/README.md b/sw/host/provisioning/orchestrator/README.md index 985d87425c358..ec85c9aec0e9f 100644 --- a/sw/host/provisioning/orchestrator/README.md +++ b/sw/host/provisioning/orchestrator/README.md @@ -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.