<?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:Invoke-GenerateCSR is not working in Intel vPro® Platform</title>
    <link>https://community.intel.com/t5/Intel-vPro-Platform/Invoke-GenerateCSR-is-not-working/m-p/1391460#M9178</link>
    <description>&lt;P&gt;Hello jic5760,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;There is an old issue about System cryptography &amp;gt; Use FIPS compliant algorithms for encryption, hashing, and signing.&lt;/P&gt;&lt;P&gt;Take a look at this article &lt;A href="https://www.intel.com/content/www/us/en/support/articles/000058752/technologies/intel-active-management-technology-intel-amt.html" rel="noopener noreferrer" target="_blank"&gt;“WsmanUnauthorizedException” Error When Using PowerShell*... (intel.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Jose A.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 10 Jun 2022 01:41:27 GMT</pubDate>
    <dc:creator>JoseH_Intel</dc:creator>
    <dc:date>2022-06-10T01:41:27Z</dc:date>
    <item>
      <title>Invoke-GenerateCSR is not working</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Invoke-GenerateCSR-is-not-working/m-p/1391256#M9173</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying Invoke-GenerateCSR via PowerShell.&lt;/P&gt;
&lt;P&gt;But not working...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp;Invoke-GenerateKeyPair -ComputerName localhost -Username admin -Password "XXXXX" -KeyAlgorithm RSA -KeyLength 2048&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp;(Save public key as&amp;nbsp;amt-public-key.pem)&lt;/P&gt;
&lt;P&gt;3.&amp;nbsp;create-amt-null-signed-csr -cn "test" &amp;gt;&amp;nbsp;"C:\temp\csr.pem"&lt;/P&gt;
&lt;P&gt;4.&amp;nbsp;Invoke-GenerateCSR -ComputerName localhost -Username admin -Password "XXXXX" -SigningAlgorithm SHA256-RSA -NullSignedRequestPath "C:\temp\csr.pem"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Result:&lt;/P&gt;
&lt;LI-CODE lang="none"&gt;Exception Thrown:
"1"개의 인수가 있는 "InvokeMethod"을(를) 호출하는 동안 예외가 발생했습니다. "ConnectionClosed"&lt;/LI-CODE&gt;
&lt;P&gt;translated:&lt;/P&gt;
&lt;LI-CODE lang="none"&gt;An exception occurred while calling "InvokeMethod" with "1" arguments. "ConnectionClosed"&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;References:&lt;/P&gt;
&lt;P&gt;-&amp;nbsp;&lt;A href="https://github.com/rgl/create-amt-null-signed-csr" target="_blank"&gt;https://github.com/rgl/create-amt-null-signed-csr&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lee.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 09:19:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Invoke-GenerateCSR-is-not-working/m-p/1391256#M9173</guid>
      <dc:creator>jic5760</dc:creator>
      <dc:date>2022-06-09T09:19:32Z</dc:date>
    </item>
    <item>
      <title>Re:Invoke-GenerateCSR is not working</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Invoke-GenerateCSR-is-not-working/m-p/1391454#M9176</link>
      <description>&lt;P&gt;Hello jic5760,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Welcome back to the community&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please tell your OS version and PowerShell version? Remember that the OS needs to be installed in US English as per there is no internationalization support yet.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt; Regards&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Jose A.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Jun 2022 01:30:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Invoke-GenerateCSR-is-not-working/m-p/1391454#M9176</guid>
      <dc:creator>JoseH_Intel</dc:creator>
      <dc:date>2022-06-10T01:30:19Z</dc:date>
    </item>
    <item>
      <title>RE: Re:Invoke-GenerateCSR is not working</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Invoke-GenerateCSR-is-not-working/m-p/1391457#M9177</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;Jose A.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Windows Version : 21H2 (OS Build: 19044.1706)&lt;/P&gt;
&lt;P&gt;PowerShell Version ($PSversionTable):&lt;/P&gt;
&lt;LI-CODE lang="none"&gt;Name                           Value
----                           -----
PSVersion                      5.1.19041.1682
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.19041.1682
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The socket is closed when sending wsman XML requests with postman as well as PowerShell.&lt;/P&gt;
&lt;LI-CODE lang="xml"&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:a="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:w="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd" xmlns="http://www.w3.org/2003/05/soap-envelope"&amp;gt;
    &amp;lt;Header&amp;gt;
        &amp;lt;a:Action&amp;gt;http://intel.com/wbem/wscim/1/amt-schema/1/AMT_PublicKeyManagementService/GeneratePKCS10RequestEx&amp;lt;/a:Action&amp;gt;
        &amp;lt;a:To&amp;gt;/wsman&amp;lt;/a:To&amp;gt;
        &amp;lt;w:ResourceURI&amp;gt;http://intel.com/wbem/wscim/1/amt-schema/1/AMT_PublicKeyManagementService&amp;lt;/w:ResourceURI&amp;gt;
        &amp;lt;a:MessageID&amp;gt;1&amp;lt;/a:MessageID&amp;gt;
        &amp;lt;a:ReplyTo&amp;gt;
            &amp;lt;a:Address&amp;gt;http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous&amp;lt;/a:Address&amp;gt;
        &amp;lt;/a:ReplyTo&amp;gt;
        &amp;lt;w:OperationTimeout&amp;gt;PT60S&amp;lt;/w:OperationTimeout&amp;gt;
    &amp;lt;/Header&amp;gt;
    &amp;lt;Body&amp;gt;
        &amp;lt;r:GeneratePKCS10RequestEx_INPUT xmlns:r="http://intel.com/wbem/wscim/1/amt-schema/1/AMT_PublicKeyManagementService"&amp;gt;
            &amp;lt;r:KeyPair&amp;gt;
                &amp;lt;Address xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"&amp;gt;http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous&amp;lt;/Address&amp;gt;
                &amp;lt;ReferenceParameters xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"&amp;gt;
                    &amp;lt;ResourceURI xmlns="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd"&amp;gt;http://intel.com/wbem/wscim/1/amt-schema/1/AMT_PublicPrivateKeyPair&amp;lt;/ResourceURI&amp;gt;
                    &amp;lt;SelectorSet xmlns="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd"&amp;gt;
                        &amp;lt;Selector Name="InstanceID"&amp;gt;Intel(r) AMT Key: Handle: 0&amp;lt;/Selector&amp;gt;
                    &amp;lt;/SelectorSet&amp;gt;
                &amp;lt;/ReferenceParameters&amp;gt;
            &amp;lt;/r:KeyPair&amp;gt;
            &amp;lt;r:SigningAlgorithm&amp;gt;1&amp;lt;/r:SigningAlgorithm&amp;gt;
            &amp;lt;r:NullSignedCertificateRequest&amp;gt;MIICVzCCAT8CAQAwEjEQMA4GA1UEAwwHdGVzdF9wYzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOXXIiTzGIpW3/hM5RHwYQ7ya2lg9D7TTMtMkjdtL+S7/YXeT3pYBShZTgXNNblM4AB9EMOKuhnZw8OGU5G+z1E1BObTgk+C4PiG58EWyymAvbYYr2w7PaL8nnY6tlU+rc4XADWa0qqekEQivP6RH8IjT6KErIp9xxatEJJsU99+4WtMyPWvvKo7kVQiaNeMb5qbL9oLfdXOHk9g0pzmc9QmojADskctJcwO6o9Mkvsu7doYxNmjbyoS1tzcVwG3JoGECXhR1q2nnUYHIS15L2+G9RbU+ktYd3yMrEwskl4B4gX4+LVmV3yQPHZpo24kKRiAXndrOwoDxDtJoh3LE10CAwEAAaAAMA0GCSqGSIb3DQEBCwUAA4IBAQANB1nljXRAJmMS3FypHn2+oWEW+vDeXAFMevYv8+OB8UbRUnL4zeCZ19+jaDdKn0+5M1U/juDC6mVUM1SnkqRGT1RflSWdGod+dY8zNfg0FKVZYzXEFklcfcuvKq5MsdMAthKYBT2VPnuEl+tlB6K6hz74NDDoQGOMmh6DNv1BStVQEOHriviUWTiVUiG51dXkKcE7Gg4N306uHhWPhJPtOHYZ4FraU4+N6QKyzZVqcV25t63LzVd4HIhU9zooSQ2ZuUBZRoR+90LhXSrBjcBRc0nt1wxuWK5U9mB6HvdKnf3cW/wTnbE0i1f3mmwjvJK4gAn57FOeGqlBSuJwS7Sc&amp;lt;/r:NullSignedCertificateRequest&amp;gt;
        &amp;lt;/r:GeneratePKCS10RequestEx_INPUT&amp;gt;
    &amp;lt;/Body&amp;gt;
&amp;lt;/Envelope&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jic5760_0-1654824824492.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/30392i995E4197B25CBA25/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="jic5760_0-1654824824492.png" alt="jic5760_0-1654824824492.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lee.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 01:35:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Invoke-GenerateCSR-is-not-working/m-p/1391457#M9177</guid>
      <dc:creator>jic5760</dc:creator>
      <dc:date>2022-06-10T01:35:24Z</dc:date>
    </item>
    <item>
      <title>Re:Invoke-GenerateCSR is not working</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Invoke-GenerateCSR-is-not-working/m-p/1391460#M9178</link>
      <description>&lt;P&gt;Hello jic5760,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;There is an old issue about System cryptography &amp;gt; Use FIPS compliant algorithms for encryption, hashing, and signing.&lt;/P&gt;&lt;P&gt;Take a look at this article &lt;A href="https://www.intel.com/content/www/us/en/support/articles/000058752/technologies/intel-active-management-technology-intel-amt.html" rel="noopener noreferrer" target="_blank"&gt;“WsmanUnauthorizedException” Error When Using PowerShell*... (intel.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Jose A.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Jun 2022 01:41:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Invoke-GenerateCSR-is-not-working/m-p/1391460#M9178</guid>
      <dc:creator>JoseH_Intel</dc:creator>
      <dc:date>2022-06-10T01:41:27Z</dc:date>
    </item>
    <item>
      <title>RE: Re:Invoke-GenerateCSR is not working</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Invoke-GenerateCSR-is-not-working/m-p/1391464#M9179</link>
      <description>&lt;P&gt;Hello Jose A.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's different from the problem. It does not fail authentication.&lt;/P&gt;
&lt;P&gt;Commands other than Invoke-GenerateCSR succeed.&lt;/P&gt;
&lt;P&gt;And HTTP requests also fail, non-PowerShell.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lee.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 01:46:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Invoke-GenerateCSR-is-not-working/m-p/1391464#M9179</guid>
      <dc:creator>jic5760</dc:creator>
      <dc:date>2022-06-10T01:46:21Z</dc:date>
    </item>
    <item>
      <title>Re:Invoke-GenerateCSR is not working</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Invoke-GenerateCSR-is-not-working/m-p/1391529#M9180</link>
      <description>&lt;P&gt;Hello jic5760,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;In the Release Notes for the PowerShell module v15.0.2.1 it says:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Intel vPro® Technology Module for Windows* PowerShell* 15.0.2.1&amp;nbsp;&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------&lt;/P&gt;&lt;P&gt;# This version includes new PowerShell cmdlets:&lt;/P&gt;&lt;P&gt;&amp;nbsp;1. TLS configuration scripts:&lt;/P&gt;&lt;P&gt; Invoke-GeneratePrivateKey&lt;/P&gt;&lt;P&gt; &lt;B&gt;Invoke-GenerateCSR&lt;/B&gt;&lt;/P&gt;&lt;P&gt; Invoke-ConfigureTLSServerAuthentication&lt;/P&gt;&lt;P&gt; Invoke-ConfigureTLSMutualAuthentication&lt;/P&gt;&lt;P&gt; Invoke-DisableTLSAuthentication&lt;/P&gt;&lt;P&gt; Invoke-AddPrivateKey&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Let me try to look more info about this particular command. I will get back to you soon.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Jose A.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Jun 2022 05:22:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Invoke-GenerateCSR-is-not-working/m-p/1391529#M9180</guid>
      <dc:creator>JoseH_Intel</dc:creator>
      <dc:date>2022-06-10T05:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke-GenerateCSR is not working</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Invoke-GenerateCSR-is-not-working/m-p/1392858#M9182</link>
      <description>&lt;P&gt;Hello jic5760,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are unclear as to what you are attempting to do. We notice that you are using code from the github reference and not completely using the SDK? is this correct? Also, is this happening on multiple systems? Please run an SSU and a acuconfig.exe /verbose /output systemdiscovery and attach the ssu output and the .xml file to the case.&lt;/P&gt;
&lt;P&gt;Attaching the "Intel vPro Technology module for Windows PowerShell - Rev 3_2_6" for reference on the particular command&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jose A.&lt;/P&gt;
&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 02:57:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Invoke-GenerateCSR-is-not-working/m-p/1392858#M9182</guid>
      <dc:creator>JoseH_Intel</dc:creator>
      <dc:date>2022-06-16T02:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke-GenerateCSR is not working</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Invoke-GenerateCSR-is-not-working/m-p/1392869#M9183</link>
      <description>&lt;P&gt;Hello, JoseH.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm?turl=WordDocuments%2Fchangesfromrelease100torelease110.htm" target="_blank"&gt;https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm?turl=WordDocuments%2Fchangesfromrelease100torelease110.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems that GeneratePKCS10RequestEx is deprecated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I close this issue as we will not be using the deprecated one in the future.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lee.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 03:09:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Invoke-GenerateCSR-is-not-working/m-p/1392869#M9183</guid>
      <dc:creator>jic5760</dc:creator>
      <dc:date>2022-06-16T03:09:37Z</dc:date>
    </item>
  </channel>
</rss>

