Browse Source

[README] Fix enclave signing key variable name

The variable with the path to the enclave signing key is called
SGX_SIGNER_KEY not SGX_ENCLAVE_KEY.
Simon Gaiser 6 years ago
parent
commit
18964eed7b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -118,7 +118,7 @@ If you don't have a private key, create it with the following command:
 
 
 You could either put the generated enclave key to the default path,
 You could either put the generated enclave key to the default path,
 'host/Linux-SGX/signer/enclave-key.pem', or specify the key through environment
 'host/Linux-SGX/signer/enclave-key.pem', or specify the key through environment
-variable 'SGX_ENCLAVE_KEY' when building Graphene with SGX support. 
+variable 'SGX_SIGNER_KEY' when building Graphene with SGX support. 
 
 
 After signing the enclaves, users may ship the application files with the
 After signing the enclaves, users may ship the application files with the
 built Graphene Library OS, along with a SGX-specific manifest (.manifest.sgx
 built Graphene Library OS, along with a SGX-specific manifest (.manifest.sgx