From 411e328ec27cf219453984345ca08e69eb7c6171 Mon Sep 17 00:00:00 2001 From: Thomas Tendyck <51411342+thomasten@users.noreply.github.com> Date: Tue, 5 Sep 2023 17:00:52 +0200 Subject: [PATCH] Update attest.md --- docs/docs/reference/attest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/reference/attest.md b/docs/docs/reference/attest.md index af44743..769306b 100644 --- a/docs/docs/reference/attest.md +++ b/docs/docs/reference/attest.md @@ -23,7 +23,7 @@ Locate its configuration file at `/etc/sgx_default_qcnl.conf`. If the file doesn't exist or is outdated, download it with the following command: ```bash -wget -qO- https://raw.githubusercontent.com/intel/SGXDataCenterAttestationPrimitives/master/QuoteGeneration/qpl/sgx_default_qcnl.conf | sudo tee /etc/sgx_default_qcnl.conf > /dev/null +wget -qO- https://raw.githubusercontent.com/intel/SGXDataCenterAttestationPrimitives/master/QuoteGeneration/qcnl/linux/sgx_default_qcnl.conf | sudo tee /etc/sgx_default_qcnl.conf > /dev/null ``` You can configure the quote provider to get the collaterals from the Intel PCS, the PCCS of your cloud service provider (CSP), or your own PCCS.