<?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: iLO3 RIBCL for Custom CSR in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/ilo3-ribcl-for-custom-csr/m-p/4817961#M6895</link>
    <description>&lt;P&gt;Upgraded to iLO3 v 1.25 and now it produces a 2048bit CSR,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However when you upload the replacement certificate it either rejects a certificate that doesn't match, or it accepts the certificate, reboots and then dishes up the old self signed cert.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Jul 2011 02:24:23 GMT</pubDate>
    <dc:creator>Brett Merrick</dc:creator>
    <dc:date>2011-07-08T02:24:23Z</dc:date>
    <item>
      <title>iLO3 RIBCL for Custom CSR</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo3-ribcl-for-custom-csr/m-p/4809915#M6894</link>
      <description>&lt;P&gt;The CSR_CERT_SETTINGS RIBCL command under RIB_INFO is supposed to allow for changing SSL certificate request information.&amp;nbsp; They're documented in a May 2011 edition of the iLO Scripting and Command Line Resource Guide and workS great on an iLO2 processor with firmware of 2.06.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These commands all fail on iLO3 with 1.25 firmware however with an error mesasge of 'Feature not supported'.&amp;nbsp; I'm really hoping this is a bug in the firmware and not that the commands were depricated, they're extremely useful in large scale deployments and standard configurations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The set in particular is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;RIB_INFO MODE="write"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CSR_CERT_SETTINGS&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CSR_USE_CERT_CUSTOM_SUBJECT VALUE="Yes" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CSR_USE_CERT_2048PKEY VALUE="Yes" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CSR_SUBJECT_COUNTRY VALUE="Yes" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CSR_SUBJECT_STATE VALUE="Yes" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CSR_SUBJECT_LOCATION VALUE="Yes" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CSR_SUBJECT_ORG_NAME VALUE="Yes" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CSR_SUBJECT_ORGUNIT_NAME VALUE="Yes" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CSR_SUBJECT_COMMON_NAME VALUE="Yes" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/CSR_CERT_SETTINGS&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2011 23:07:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo3-ribcl-for-custom-csr/m-p/4809915#M6894</guid>
      <dc:creator>[Glaubig]</dc:creator>
      <dc:date>2011-06-30T23:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: iLO3 RIBCL for Custom CSR</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo3-ribcl-for-custom-csr/m-p/4817961#M6895</link>
      <description>&lt;P&gt;Upgraded to iLO3 v 1.25 and now it produces a 2048bit CSR,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However when you upload the replacement certificate it either rejects a certificate that doesn't match, or it accepts the certificate, reboots and then dishes up the old self signed cert.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2011 02:24:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo3-ribcl-for-custom-csr/m-p/4817961#M6895</guid>
      <dc:creator>Brett Merrick</dc:creator>
      <dc:date>2011-07-08T02:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: iLO3 RIBCL for Custom CSR</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo3-ribcl-for-custom-csr/m-p/5290331#M6896</link>
      <description>&lt;P&gt;In the scripting I've done thus far, it seems that the call to generate a CSR is synchronous when on iLO 2 and earlier management processors.&amp;nbsp; This does not seem to be the case for iLO3 at firmware version 1.25.&amp;nbsp; It seems that the call becomes asynchronous, which in my opinion defeats the purpose of making CSR generation scriptable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there an option documented or not that needs to be presented to iLO 3's?&amp;nbsp; Here is a sample of the RIBCL I use:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿&amp;lt;RIBCL VERSION="2.0"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;LOGIN USER_LOGIN="admin" PASSWORD="password"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;RIB_INFO MODE="write"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;CERTIFICATE_SIGNING_REQUEST/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/RIB_INFO&amp;gt;&lt;BR /&gt;&amp;lt;/RIBCL&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The response I get from iLO 2 and earlier is the CSR encased in the RIBCL syntax.&amp;nbsp; On iLO 3,&amp;nbsp;instead of the CSR I'm expecting, I instead&amp;nbsp;get a reply that the CSR is in process of being generated.&amp;nbsp; I receive a similar respnose in the web GUI.&amp;nbsp; Although I don't really understand why there is a difference between iLO versions, if I request a CSR I should get one, not a notice to check back later.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On a related note, the custom CSR creation works on iLO 2 (2.06), but on iLO 3 1.25 it never worked.&amp;nbsp; I'd wait hours for the CSR generation and not get it when specifying locale information consistent with my certificate hierarchy.&amp;nbsp; If I left the defaults for C=US, ST=Texas, L=Houston, etc., the CSR generation would however work however.&amp;nbsp; It does at least properly use the FQDN for the CN in the CSR.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2011 14:37:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo3-ribcl-for-custom-csr/m-p/5290331#M6896</guid>
      <dc:creator>[Glaubig]</dc:creator>
      <dc:date>2011-08-03T14:37:33Z</dc:date>
    </item>
  </channel>
</rss>

