- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am trying to run the Get PCK Certificates command mentioned in the below link to get the pck certificates on my EMR platform.
https://sbx.api.portal.trustedservices.intel.com/content/documentation.html#pcs-certificates-v4
curl -v -X GET "https://sbx.api.trustedservices.intel.com/sgx/certification/v4/pckcerts?encrypted_ppid={}&pceid={}" -H "Ocp-Apim-Subscription-Key: {subscription key}"
The command has 3 inputs if I understand correctly.
encrypted_ppid={ }
pceid={ }
subscription-key: { }
Can you tell me where to find the encrypted=ppid and pceid values for the above command?
I am seeing this error when ran the above command.
curl: (3) empty string within braces in URL position 89:
https://sbx.api.trustedservices.intel.com/sgx/certification/v4/pckcerts?encrypted_ppid={}&pceid={}
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello again.
You can actually run the PCK Cert ID retrieval tool in a guest to get the information you require. The only thing you won't be able to get is the platform manifest. This is only available to the host OS via UEFI variables.
Regards.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Kishore_B.
You can use our PCK Cert ID Retrieval Tool to get the EncPPID and PCEID for your platform:
https://github.com/intel/SGXDataCenterAttestationPrimitives/tree/master/tools/PCKRetrievalTool
See the "Output File" section near the bottom to see how the .csv file that's created is formatted.
If interested, there is also our "PCCS Admin Tool" (python based) that can take that resulting .csv file as input and do the work to download PCK Certs for you:
https://github.com/intel/SGXDataCenterAttestationPrimitives/tree/master/tools/PccsAdminTool
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank You for the information.
From what I understand, PCKRetrievalTool can only be used on the host machine, not on the VM. Is that correct?
If so, I cannot use this, because I am running on VMware OS/Hypervisor host, which does not have the support for the PCKRetrievalTool.
Since PCKRetrievalTool only supports Linux and Windows host.
I have the VM running on VMware OS/Hypervisor.
Is there any other way to get this?
Thank You in Advance.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello again.
You can actually run the PCK Cert ID retrieval tool in a guest to get the information you require. The only thing you won't be able to get is the platform manifest. This is only available to the host OS via UEFI variables.
Regards.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page