<?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 Start-HPEiLOCertificateSigningRequest Broken? in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/start-hpeilocertificatesigningrequest-broken/m-p/7008357#M8064</link>
    <description>&lt;P&gt;I am running into a problem with the&amp;nbsp;Start-HPEiLOCertificateSigningRequest cmdlet. I pass the variables and values and the default data is returned into the certificate.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;PRE&gt;$connection = Connect-HPEiLO $interface -Username $striLOUsername -Password $striLOPassword -DisableCertificateAuthentication
$commonName = (Get-HPEiLOIPv4NetworkSetting -connection $connection).DNSname + "." + (Get-HPEiLOIPv4NetworkSetting -connection $connection).DomainName
Start-HPEiLOCertificateSigningRequest -Connection $connection -State "MyState" -Country "US" -City "Anytown" -Organization "MyCompany" -OrganizationalUnit "MyGroup" -CommonName "$commonName"&lt;/PRE&gt;&lt;P&gt;After I generate a cert file with certreq.exe and then import with Import-HPEImportCertificate, the subject values are all default except for the CN.&lt;/P&gt;&lt;P&gt;I also see the following in the manual for the cmdlet.&lt;/P&gt;&lt;PRE&gt;-IncludeiLOIP [&amp;lt;SwitchParameter&amp;gt;]
    Includes the iLO IP along with the certificate. The supported values are Yes or No. This parameter is supported only on iLO 5 servers.&lt;/PRE&gt;&lt;P&gt;However, this feature is absolutely available on iLO 4 (v 2.55, shown below).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 487px;"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/103952i20BC065373E5A74C/image-size/large?v=v2&amp;amp;px=2000" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In addition, the cmdlet parameter does not recognize Yes as a value!!! So it will not work. I would love for this to get resolved as I have a scripted way of adding iLO's into a CA that is held up by this broken cmdlet.&lt;/P&gt;</description>
    <pubDate>Fri, 08 Jun 2018 16:42:20 GMT</pubDate>
    <dc:creator>rgb99</dc:creator>
    <dc:date>2018-06-08T16:42:20Z</dc:date>
    <item>
      <title>Start-HPEiLOCertificateSigningRequest Broken?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/start-hpeilocertificatesigningrequest-broken/m-p/7008357#M8064</link>
      <description>&lt;P&gt;I am running into a problem with the&amp;nbsp;Start-HPEiLOCertificateSigningRequest cmdlet. I pass the variables and values and the default data is returned into the certificate.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;PRE&gt;$connection = Connect-HPEiLO $interface -Username $striLOUsername -Password $striLOPassword -DisableCertificateAuthentication
$commonName = (Get-HPEiLOIPv4NetworkSetting -connection $connection).DNSname + "." + (Get-HPEiLOIPv4NetworkSetting -connection $connection).DomainName
Start-HPEiLOCertificateSigningRequest -Connection $connection -State "MyState" -Country "US" -City "Anytown" -Organization "MyCompany" -OrganizationalUnit "MyGroup" -CommonName "$commonName"&lt;/PRE&gt;&lt;P&gt;After I generate a cert file with certreq.exe and then import with Import-HPEImportCertificate, the subject values are all default except for the CN.&lt;/P&gt;&lt;P&gt;I also see the following in the manual for the cmdlet.&lt;/P&gt;&lt;PRE&gt;-IncludeiLOIP [&amp;lt;SwitchParameter&amp;gt;]
    Includes the iLO IP along with the certificate. The supported values are Yes or No. This parameter is supported only on iLO 5 servers.&lt;/PRE&gt;&lt;P&gt;However, this feature is absolutely available on iLO 4 (v 2.55, shown below).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 487px;"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/103952i20BC065373E5A74C/image-size/large?v=v2&amp;amp;px=2000" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In addition, the cmdlet parameter does not recognize Yes as a value!!! So it will not work. I would love for this to get resolved as I have a scripted way of adding iLO's into a CA that is held up by this broken cmdlet.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2018 16:42:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/start-hpeilocertificatesigningrequest-broken/m-p/7008357#M8064</guid>
      <dc:creator>rgb99</dc:creator>
      <dc:date>2018-06-08T16:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Start-HPEiLOCertificateSigningRequest Broken?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/start-hpeilocertificatesigningrequest-broken/m-p/7008367#M8065</link>
      <description>&lt;P&gt;I run into the same proble&lt;/P&gt;&lt;PRE&gt;Start-HPEiLOCertificateSigningRequest&lt;/PRE&gt;&lt;P&gt;does not use the value of ‘-City', regardless of how you specify it. Should place it into '&amp;lt;CSR_Locality&amp;gt;' inside the XML it sends, but there's no such field in the raw request being sent. (you can see that with&amp;nbsp;&lt;SPAN&gt;-OutputType)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;‘-IncludeiLOIP'&lt;/SPAN&gt;&lt;SPAN&gt; parameter gives errors if you specify it, no matter what syntax !&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;Get-HPEiLOCertificateSigningRequest&lt;/PRE&gt;&lt;P&gt;resubmits new CSR generation with default parameters. It does not simply retrieve the previously generated CSR (with parameters specified by 'Start-HPEiLOCertificateSigningRequest').&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You *can* however see the correct CSR if you retry 'Start-HPEiLOCertificateSigningRequest' with '-OutputType RawResponse'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I am curious who's really testing these PowerShell cmdlet ? I am trying to get some help from HPE support without success. The module is badly coded and we need a fixed version !&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2018 19:59:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/start-hpeilocertificatesigningrequest-broken/m-p/7008367#M8065</guid>
      <dc:creator>PhS-</dc:creator>
      <dc:date>2018-06-08T19:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Start-HPEiLOCertificateSigningRequest Broken?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/start-hpeilocertificatesigningrequest-broken/m-p/7008453#M8068</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We accept there is a issue in CSR generation with custom fields and we are working towards fixing the bug. Will update on the availablility of the fix soon.&lt;/P&gt;&lt;P&gt;As a wokround you can use previous release of iLO cmdlets i.e., 1.5.x version which is available on the HPE web and you need not un-install 2.0 as both can work in parellel without any conflict.&lt;/P&gt;&lt;P&gt;Below is the cmdlet to generate CSR on Gen9 iLO. ( Try same cmdlet twice - once for iLO to generate and 2nd for displaying the csr )&lt;/P&gt;&lt;P&gt;PS C:\Windows\system32&amp;gt; $out = Get-HPiLOCertificateSigningRequest -Server 192.168.10.16 -Username admin -Password admin123 -State KA -Country IN -Locality BLR -Organization HPE -OrganizationalUnit HIT -CommonName CN -DisableCertificateAuthentication&lt;/P&gt;&lt;P&gt;PS C:\Windows\system32&amp;gt; $out&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;IP : 192.168.10.16&lt;BR /&gt;HOSTNAME : ilomxq54509m3.powershvpn.com&lt;BR /&gt;STATUS_TYPE : OK&lt;BR /&gt;STATUS_MESSAGE : OK&lt;BR /&gt;CERTIFICATE_SIGNING_REQUEST : -----BEGIN CERTIFICATE REQUEST-----&lt;BR /&gt;MIICtjCCAZ4CAQAwUTELMAkGA1UEAwwCQ04xDDAKBgNVBAsMA0hJVDEMMAoGA1UE&lt;BR /&gt;CgwDSFBFMQwwCgYDVQQHDANCTFIxCzAJBgNVBAgMAktBMQswCQYDVQQGEwJJTjCC&lt;BR /&gt;ASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALVF5PpeuRipy4e038bgw/A9&lt;BR /&gt;2ovY8KQYnlWjJ2yj72ub2moiuuFAH2wLbFZuh7KwH8+P3rzZZWVdVoem0bbFATmu&lt;BR /&gt;dmrDv4ntdrol38rJmMB8OVbmsbwBaT8VzEW+FsDpn/rMpmBhdwfhkWgt9gEMumyF&lt;BR /&gt;Sr+SJPtJMpU7e5lMq8EX3gNdZ/cYNFkxKLfRTa+41jNUSAbpVzgwLGEJxJfHY0Hm&lt;BR /&gt;cNtNcsnJZuyf9vHAlySpbiHa7JSDcNqejR4fdRDg3JqCDGm8k+6UN8CG9h2MO5vD&lt;BR /&gt;WNgxys+df8t2QEZa8xlv/m7TjWI8WUPAuoKpybsZJC/x84Mj9XilbTFusM+tIoEC&lt;BR /&gt;AwEAAaAgMB4GCSqGSIb3DQEJDjERMA8wDQYDVR0RBAYwBIICQ04wDQYJKoZIhvcN&lt;BR /&gt;AQELBQADggEBAE39YlJnBi4t/XkeQ8EBOB9QoRdLttly2kICHcLJUTiSbvceqOEC&lt;BR /&gt;0JLnbMCHAPlYnZbOts+iyeUrfvg2bXKdobvLmtE73cUSBXX1R9JsN+czqd9oNtbW&lt;BR /&gt;8qQtkeG9D7Mzhk9GBxZ0r5FUi5R/eq7mfZqei2UVCOTQZHVuyWVR1j4xk3+ytgbN&lt;BR /&gt;hH4o5SZVDDmp/a6TCT6kWZpuxOPbbLAemGDIeRy14Vd68GjQ9KUgbfAARgeZdS5c&lt;BR /&gt;FbZ8LI6wXoE6b/+586o5dSgng2YOS4i2x0B5RaslYF6KS3UayCg1qIDYL1Y7rTXo&lt;BR /&gt;IYh5pvMz56ANwmUA0b3WHTMSxZzS9vYEJlo=&lt;BR /&gt;-----END CERTIFICATE REQUEST-----&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gokul&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2018 05:18:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/start-hpeilocertificatesigningrequest-broken/m-p/7008453#M8068</guid>
      <dc:creator>GokulKS</dc:creator>
      <dc:date>2018-06-11T05:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Start-HPEiLOCertificateSigningRequest Broken?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/start-hpeilocertificatesigningrequest-broken/m-p/7008454#M8069</link>
      <description>&lt;P&gt;Thanks, ETA for the fix ?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2018 05:24:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/start-hpeilocertificatesigningrequest-broken/m-p/7008454#M8069</guid>
      <dc:creator>PhS-</dc:creator>
      <dc:date>2018-06-11T05:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Start-HPEiLOCertificateSigningRequest Broken?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/start-hpeilocertificatesigningrequest-broken/m-p/7008512#M8070</link>
      <description>&lt;P&gt;Thanks. I will wait since I would like the cmdlet to also work with&amp;nbsp;-IncludeiLOIP with iLO v4.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2018 14:26:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/start-hpeilocertificatesigningrequest-broken/m-p/7008512#M8070</guid>
      <dc:creator>rgb99</dc:creator>
      <dc:date>2018-06-11T14:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Start-HPEiLOCertificateSigningRequest Broken?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/start-hpeilocertificatesigningrequest-broken/m-p/7015273#M8131</link>
      <description>&lt;P&gt;Has this been fixed yet??&lt;/P&gt;</description>
      <pubDate>Fri, 17 Aug 2018 17:07:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/start-hpeilocertificatesigningrequest-broken/m-p/7015273#M8131</guid>
      <dc:creator>rgb99</dc:creator>
      <dc:date>2018-08-17T17:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Start-HPEiLOCertificateSigningRequest Broken?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/start-hpeilocertificatesigningrequest-broken/m-p/7017092#M8134</link>
      <description>&lt;P&gt;Hi rgb99,&lt;/P&gt;&lt;P&gt;I am happy to report that with the latest PowerShell Module (&lt;SPAN&gt;2.0.0.1) it works for me (aslo the -IncludeiLOIP with iLO v4)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2018 06:38:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/start-hpeilocertificatesigningrequest-broken/m-p/7017092#M8134</guid>
      <dc:creator>PhS-</dc:creator>
      <dc:date>2018-09-05T06:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Start-HPEiLOCertificateSigningRequest Broken?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/start-hpeilocertificatesigningrequest-broken/m-p/7017202#M8136</link>
      <description>&lt;P&gt;Thank you! I hadn't noticed an update to the cmdlets.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2018 19:58:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/start-hpeilocertificatesigningrequest-broken/m-p/7017202#M8136</guid>
      <dc:creator>rgb99</dc:creator>
      <dc:date>2018-09-05T19:58:36Z</dc:date>
    </item>
  </channel>
</rss>

