<!-- We're glad to anwser any questions related to Teaclave. To help people quickly understand the issue, please also include some background and context of the question.
We have documented many useful information on the homepage, please check them out first: https://teaclave.apache.org/docs/. --> I'm going to deploy DCAP and there are some keys pre-generated by teaclave: * [dcap_server_key.pem](https://github.com/apache/incubator-teaclave/blob/master/keys/dcap_server_key.pem) * [dcap_server_cert.pem](https://github.com/apache/incubator-teaclave/blob/master/keys/dcap_server_cert.pem) I could obtain PCK (Provisioning Certification Key) certifcate from Intel PCS (Provisioning Certification Service). But how can I generate the DCAP server certificate and key files which signed by PCK? From [documents](https://cdrdv2-public.intel.com/671314/intel-sgx-support-for-third-party-attestation.pdf) provided by Intel, it seems that I can obtain the Attestation Key from PCE (Provisioning Certification Enclave) through `CertifyKey` API. Could you please give us a simple demo how can we generate the certificate and the key? Thanks a lot. -- Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/663 You are receiving this because you are subscribed to this thread. Message ID: <apache/incubator-teaclave/issues/6...@github.com>