Преглед изворни кода

[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 пре 7 година
родитељ
комит
18964eed7b
1 измењених фајлова са 1 додато и 1 уклоњено
  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