<?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: Enabling TLS via SCS Hoste-based method in Intel vPro® Platform</title>
    <link>https://community.intel.com/t5/Intel-vPro-Platform/Enabling-TLS-via-SCS-Hoste-based-method/m-p/516254#M6090</link>
    <description>&lt;P&gt;Translator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll need to make sure your certificate and private key are in the correct format. Using the Manageability Director tool you'll want to make sure you select either &lt;B&gt;Intel AMT Remote Console Certificate &lt;/B&gt;or &lt;B&gt;All Permissions Certificate&lt;/B&gt; and enter the FQDN of the AMT computer for the Common name. Once created you will need to save off the certificate as a base-64 .CER file as well as a .PFX file that includes your private key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take the PFX file and extract the private key using Openssl.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Openssl pkcs12 –in &lt;A&gt;c:\path\cert.pfx&lt;/A&gt; –out &lt;A&gt;c:\path\cert.key&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Enter password used to secure PFX certificate&lt;/LI&gt;&lt;LI&gt;Enter a PEM pass phrase&lt;/LI&gt;&lt;LI&gt;Verify PEM pass phrase&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After extracting your private key you'll need to convert the Encrypted Private Key file to an RSA Private Key.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Openssl rsa –in &lt;A&gt;c:\path\cert.key&lt;/A&gt;  –out &lt;A&gt;c:\path\newcert.key&lt;/A&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The new private key should begin and end with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----BEGIN RSA PRIVATE KEY-----&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----END RSA PRIVATE KEY-----&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this new private key in your configuration profile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alan&lt;/P&gt;</description>
    <pubDate>Wed, 23 Aug 2017 23:58:52 GMT</pubDate>
    <dc:creator>Alan_A_Intel2</dc:creator>
    <dc:date>2017-08-23T23:58:52Z</dc:date>
    <item>
      <title>Enabling TLS via SCS Hoste-based method</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Enabling-TLS-via-SCS-Hoste-based-method/m-p/516253#M6089</link>
      <description>&lt;P&gt;My office pc has an AMT 11 enabled board, and I want to switch it on/off and reboot out-of-band via Internet (port 16992). &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;I've managed to get the WebUI of AMT working perfectly, but the conncetion is not encrypted. So I want to enable the TLS function of AMT (port 16993).&lt;P&gt;From the documentation I learned that I should choose the Host-based Provisioning method which is provided by Intel's configuration utility (ACUconfig.exe). The utility works and is able to modify some settings in my board's AMT/ME firmware. But if I check the TLS box and enter certificate files, it doesn't work anymore but displays "File decryption failed".&lt;/P&gt;&lt;P&gt;So far I used a self-signed certificate, created by the Manageability Director tool and exported as files. Maybe this is a wrong way. How can I enable TLS? I don't need remote provisioning, KVM, SOL etc. I need WebUI only, but with TLS. &lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 13:32:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Enabling-TLS-via-SCS-Hoste-based-method/m-p/516253#M6089</guid>
      <dc:creator>RKell5</dc:creator>
      <dc:date>2017-08-09T13:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling TLS via SCS Hoste-based method</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Enabling-TLS-via-SCS-Hoste-based-method/m-p/516254#M6090</link>
      <description>&lt;P&gt;Translator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll need to make sure your certificate and private key are in the correct format. Using the Manageability Director tool you'll want to make sure you select either &lt;B&gt;Intel AMT Remote Console Certificate &lt;/B&gt;or &lt;B&gt;All Permissions Certificate&lt;/B&gt; and enter the FQDN of the AMT computer for the Common name. Once created you will need to save off the certificate as a base-64 .CER file as well as a .PFX file that includes your private key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take the PFX file and extract the private key using Openssl.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Openssl pkcs12 –in &lt;A&gt;c:\path\cert.pfx&lt;/A&gt; –out &lt;A&gt;c:\path\cert.key&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Enter password used to secure PFX certificate&lt;/LI&gt;&lt;LI&gt;Enter a PEM pass phrase&lt;/LI&gt;&lt;LI&gt;Verify PEM pass phrase&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After extracting your private key you'll need to convert the Encrypted Private Key file to an RSA Private Key.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Openssl rsa –in &lt;A&gt;c:\path\cert.key&lt;/A&gt;  –out &lt;A&gt;c:\path\newcert.key&lt;/A&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The new private key should begin and end with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----BEGIN RSA PRIVATE KEY-----&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----END RSA PRIVATE KEY-----&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this new private key in your configuration profile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alan&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 23:58:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Enabling-TLS-via-SCS-Hoste-based-method/m-p/516254#M6090</guid>
      <dc:creator>Alan_A_Intel2</dc:creator>
      <dc:date>2017-08-23T23:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling TLS via SCS Hoste-based method</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Enabling-TLS-via-SCS-Hoste-based-method/m-p/516255#M6091</link>
      <description>&lt;P&gt;Thanks for your answer. I had to modify your receipe slightly, because the Manageability Director exports binary .cer but not base64 .cer. So I imported the binary .cer into the Windows Cert Manager and exported it back as a base64 .cer file.&lt;/P&gt;&lt;P&gt;Then, after having followed all remaining steps of your receipe, I had the two files as described in Intel(R)_AMT_Configuration_Utility.pdf V11.1. But it doesn't work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Log file:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;2017-08-25 10:12:32: Thread:5384(ERROR) : ACU.dll, Category: Configure Profile Source: ACUDll.cpp : ConfigureAMT Line: 1905: &lt;B&gt;Failed to read certificates from given files. Reason: File decryption failed.  &lt;/B&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;2017-08-25 10:12:32: Thread:5384(ERROR) : RDESK3, Category: Configure Profile Source: ACUDll.cpp : ConfigureAMT Line: 2389: Configure Profile Failed: File decryption failed.   (0xc000028f). &lt;P&gt;&amp;nbsp;&lt;/P&gt;2017-08-25 10:12:32: Thread:5384(DETAIL) : localhost, Category: end function Source: ACUDll.cpp : ConfigureAMT Line: 2499: &lt;P&gt;&amp;nbsp;&lt;/P&gt;2017-08-25 10:12:32: Thread:5384(ERROR) : ACU.dll, Category: Profile Configuration Source: ACUDll.cpp : ClientControlConfiguration Line: 3399: File decryption failed.   (0xc000028f). &lt;P&gt;&amp;nbsp;&lt;/P&gt;2017-08-25 10:12:32: Thread:5384(DETAIL) : ACU Configurator , Category: -END- Source: ACUDll.cpp : ClientControlConfiguration Line: 3418: ***** END &lt;P&gt;&lt;/P&gt;&lt;P&gt;I could look into ACUDll.cpp but there are no source files available? &lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2017 09:15:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Enabling-TLS-via-SCS-Hoste-based-method/m-p/516255#M6091</guid>
      <dc:creator>RKell5</dc:creator>
      <dc:date>2017-08-25T09:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling TLS via SCS Hoste-based method</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Enabling-TLS-via-SCS-Hoste-based-method/m-p/516256#M6092</link>
      <description>&lt;P&gt;When you open your key file how does the BEGIN and END read, what's the exact text?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----BEGIN RSA PRIVATE KEY-----&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----BEGIN ENCRYPTED PRIVATE KEY-----&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, did you install the Manageability Director Self-signed Root certificate into the target client's Computer account Trusted Root Certificate store? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alan&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2017 19:18:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Enabling-TLS-via-SCS-Hoste-based-method/m-p/516256#M6092</guid>
      <dc:creator>Alan_A_Intel2</dc:creator>
      <dc:date>2017-08-28T19:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling TLS via SCS Hoste-based method</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Enabling-TLS-via-SCS-Hoste-based-method/m-p/516257#M6093</link>
      <description>&lt;P&gt;"When you open your key file how does the BEGIN and END read, what's the exact text?"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy from the file:&lt;/P&gt;&lt;P&gt;-----BEGIN RSA PRIVATE KEY-----&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;-----END RSA PRIVATE KEY-----&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"did you install the Manageability Director Self-signed Root certificate into the target client's Computer account Trusted Root Certificate store"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I did. Additionally I put a copy into the Admin account Trusted Root Certificate store.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 12:27:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Enabling-TLS-via-SCS-Hoste-based-method/m-p/516257#M6093</guid>
      <dc:creator>RKell5</dc:creator>
      <dc:date>2017-08-29T12:27:03Z</dc:date>
    </item>
  </channel>
</rss>

