From c6d302877f6c2eef3cf1bd4290d95ce2a8d6d62c Mon Sep 17 00:00:00 2001 From: ptrus Date: Mon, 11 Dec 2023 15:18:41 +0100 Subject: [PATCH] tee: update aesm error 30 section --- .../set-up-trusted-execution-environment-tee.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/node/run-your-node/prerequisites/set-up-trusted-execution-environment-tee.md b/docs/node/run-your-node/prerequisites/set-up-trusted-execution-environment-tee.md index 2c64a5f772..947f05601b 100644 --- a/docs/node/run-your-node/prerequisites/set-up-trusted-execution-environment-tee.md +++ b/docs/node/run-your-node/prerequisites/set-up-trusted-execution-environment-tee.md @@ -422,7 +422,7 @@ development server. See [the general troubleshooting section](../troubleshooting.md), before proceeding with ParaTime node-specific troubleshooting. -### Missing `libsgx-aesm-epid-plugin` +### AESM: error 30 If you are encountering the following error message in your node's logs: @@ -430,9 +430,9 @@ If you are encountering the following error message in your node's logs: failed to initialize TEE: error while getting quote info from AESMD: aesm: error 30 ``` -Ensure you have all required SGX driver libraries installed as listed in -[Install SGX Linux Driver section](../paratime-node.mdx#install-sgx-linux-driver). -Previous versions of this guide were missing the `libsgx-aesm-epid-plugin`. +Ensure you have all required SGX driver libraries installed as listed in either +[DCAP Attestation](#dcap-attestation) or [EPID attestation](#legacy-epid-attestation) +sections. ### Permission Denied When Accessing SGX Kernel Device