<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: curl to get pck certificates in Intel® Software Guard Extensions (Intel® SGX)</title>
    <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/curl-to-get-pck-certificates/m-p/1583993#M6135</link>
    <description>&lt;P&gt;Hello again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can actually run the PCK Cert ID retrieval tool in a guest to get the information you require.&amp;nbsp; The only thing you won't be able to get is the platform manifest.&amp;nbsp; This is only available to the host OS via UEFI variables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Mar 2024 18:53:41 GMT</pubDate>
    <dc:creator>Scott_R_Intel</dc:creator>
    <dc:date>2024-03-27T18:53:41Z</dc:date>
    <item>
      <title>curl to get pck certificates</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/curl-to-get-pck-certificates/m-p/1583296#M6132</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to run the Get PCK Certificates command mentioned in the below link to get the pck certificates on my EMR platform.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://sbx.api.portal.trustedservices.intel.com/content/documentation.html#pcs-certificates-v4" target="_blank"&gt;https://sbx.api.portal.trustedservices.intel.com/content/documentation.html#pcs-certificates-v4&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;curl -v -X GET "https://sbx.api.trustedservices.intel.com/sgx/certification/v4/pckcerts?encrypted_ppid={}&amp;amp;pceid={}" -H "Ocp-Apim-Subscription-Key: {subscription key}" &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The command has 3 inputs if I understand correctly.&lt;/P&gt;&lt;P&gt;encrypted_ppid={ }&lt;/P&gt;&lt;P&gt;pceid={ }&lt;/P&gt;&lt;P&gt;subscription-key: { }&lt;/P&gt;&lt;P&gt;Can you tell me where to find the encrypted=ppid and pceid values for the above command?&lt;/P&gt;&lt;P&gt;I am seeing this error when ran the above command.&lt;/P&gt;&lt;P&gt;curl: (3) empty string within braces in URL position 89:&lt;BR /&gt;&lt;A href="https://sbx.api.trustedservices.intel.com/sgx/certification/v4/pckcerts?encrypted_ppid={}&amp;amp;pceid=" target="_blank"&gt;https://sbx.api.trustedservices.intel.com/sgx/certification/v4/pckcerts?encrypted_ppid={}&amp;amp;pceid=&lt;/A&gt;{}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 00:12:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/curl-to-get-pck-certificates/m-p/1583296#M6132</guid>
      <dc:creator>Kishore_B_Intel</dc:creator>
      <dc:date>2024-03-26T00:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: curl to get pck certificates</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/curl-to-get-pck-certificates/m-p/1583314#M6133</link>
      <description>&lt;P&gt;Hi Kishore_B.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use our PCK Cert ID Retrieval Tool to get the EncPPID and PCEID for your platform:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/intel/SGXDataCenterAttestationPrimitives/tree/master/tools/PCKRetrievalTool" target="_blank"&gt;https://github.com/intel/SGXDataCenterAttestationPrimitives/tree/master/tools/PCKRetrievalTool&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See the "Output File" section near the bottom to see how the .csv file that's created is formatted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/intel/SGXDataCenterAttestationPrimitives/tree/master/tools" target="_blank"&gt;https://github.com/intel/SGXDataCenterAttestationPrimitives/tree/master/tools/PccsAdminTool&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 01:29:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/curl-to-get-pck-certificates/m-p/1583314#M6133</guid>
      <dc:creator>Scott_R_Intel</dc:creator>
      <dc:date>2024-03-26T01:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: curl to get pck certificates</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/curl-to-get-pck-certificates/m-p/1583317#M6134</link>
      <description>&lt;P&gt;Thank You for the information.&lt;/P&gt;&lt;P&gt;From what I understand, PCKRetrievalTool&amp;nbsp; can only be used on the host machine, not on the VM.&amp;nbsp; Is that correct?&lt;/P&gt;&lt;P&gt;If so, I cannot use this, because I am running on VMware OS/Hypervisor host, which does not have the support for the PCKRetrievalTool.&lt;/P&gt;&lt;P&gt;Since PCKRetrievalTool only supports Linux and Windows host.&lt;/P&gt;&lt;P&gt;I have the VM running on VMware OS/Hypervisor.&lt;/P&gt;&lt;P&gt;Is there any other way to get this?&lt;/P&gt;&lt;P&gt;Thank You in Advance.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 01:41:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/curl-to-get-pck-certificates/m-p/1583317#M6134</guid>
      <dc:creator>Kishore_B_Intel</dc:creator>
      <dc:date>2024-03-26T01:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: curl to get pck certificates</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/curl-to-get-pck-certificates/m-p/1583993#M6135</link>
      <description>&lt;P&gt;Hello again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can actually run the PCK Cert ID retrieval tool in a guest to get the information you require.&amp;nbsp; The only thing you won't be able to get is the platform manifest.&amp;nbsp; This is only available to the host OS via UEFI variables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 18:53:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/curl-to-get-pck-certificates/m-p/1583993#M6135</guid>
      <dc:creator>Scott_R_Intel</dc:creator>
      <dc:date>2024-03-27T18:53:41Z</dc:date>
    </item>
  </channel>
</rss>

