Skip to content

Commit

Permalink
fix link for default.json (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerLamTd authored Oct 25, 2024
1 parent 38a500b commit df371a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README_Docker_and_RA.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]:
Expand Down

0 comments on commit df371a4

Please sign in to comment.