From df371a40b0839f88d9cb21ba1dff6ed6d18dcd46 Mon Sep 17 00:00:00 2001 From: Roger <50648015+RogerLamTd@users.noreply.github.com> Date: Thu, 24 Oct 2024 19:02:04 -0700 Subject: [PATCH] fix link for default.json (#397) --- docs/README_Docker_and_RA.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README_Docker_and_RA.md b/docs/README_Docker_and_RA.md index b11bc2fcd..2681078e5 100644 --- a/docs/README_Docker_and_RA.md +++ b/docs/README_Docker_and_RA.md @@ -240,7 +240,7 @@ rm csr.pem 3. Curl the config file ``` -curl -s https://raw.githubusercontent.com/intel/SGXDataCenterAttestationPrimitives/main/QuoteGeneration/pccs/config/default.json > ~/.config/sgx-pccs/default.json +curl -s https://raw.githubusercontent.com/intel/SGXDataCenterAttestationPrimitives/refs/tags/dcap_1.21_reproducible/QuoteGeneration/pccs/config/default.json > ~/.config/sgx-pccs/default.json ``` Make sure you've copied the `default.json` into the .config/sgx-pccs directory you created earlier. The `raiko` container will mount this as a volume. After copying the file, open it for editing and fill in the below listed parameters as recommended by [Intel's manual][pccs-cert-gen-config]: