编译enclave程序的时候,比如frontend的enclave,我看到脚本sgx_link_sign上是使用了enclave_signing_key.pem 来对其进行签名生成一个签名共享库sign.so. 有两个问题 1、这个enclave_signing_key.pem是在哪里进行生成的没找到?还是说自己线下使用opessl就可以生成 不需要任何sgxsdk的参与?
2、app启动enclave的时候 我看到最后的binder.rs SgxEnclave::create 最后生成了enclave并没有指定enclave_signing_key.pem来生成这个enclave?没有指定也能使用吗? -- Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/690 You are receiving this because you are subscribed to this thread. Message ID: <apache/incubator-teaclave/issues/[email protected]>
