HP iLO 3 Scripting and Command Line Guide
CERTIFICATE_SIGNING_REQUEST
This command requests a certificate from iLO. When this command is received, iLO generates a
certificate signing request. The request is returned to the user enclosed in a
CERTIFICATE_SIGNING_REQUEST tag. This command requires HPQLOCFG.EXE version 1.00 or
later.
For example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN = "adminname" PASSWORD = "password">
<RIB_INFO MODE = "write">
<CERTIFICATE_SIGNING_REQUEST/>
</RIB_INFO>
</LOGIN>
</RIBCL>
For the custom CERTIFICATE_SIGNING_REQUEST script, you must specify all tags, except for
CSR_ORGANIZATIONAL_UNIT. If you run the script with any missing tags, then the default is used
for the missing tag. If a required tag is left blank, an error message appears.
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<RIB_INFO MODE="write">
<CERTIFICATE_SIGNING_REQUEST>
<CSR_STATE VALUE =""/>
<CSR_COUNTRY VALUE ="US"/>
<CSR_LOCALITY VALUE ="Houston"/>
<CSR_ORGANIZATION VALUE ="Hewlett-Packard Company"/>
<CSR_ORGANIZATIONAL_UNIT VALUE =""/>
<CSR_COMMON_NAME VALUE ="test.com"/>
</CERTIFICATE_SIGNING_REQUEST>
</RIB_INFO>
</LOGIN>
</RIBCL>
CERTIFICATE_SIGNING_REQUEST parameters (for custom CSR)
CSR_STATE - Specifies state in which the company or organization that owns the iLO subsystem
is located.
CSR_COUNTRY - Specifies the two-character country code for the country in which the company
or organization that owns the iLO subsystem is located.
CSR_LOCALITY - Specifies the city or locality in which the company or organization that owns the
iLO subsystem is located.
CSR_ORGANIZATION - Specifies the name of the company or organization that owns the iLO
subsystem.
CSR_ORGANIZATIONAL_UNIT - The unit within the company or organization that owns the iLO
subsystem
CSR_COMMON_NAME - The FQDN of the iLO subsystem.
CERTIFICATE_SIGNING_REQUEST errors
Possible error messages for CERTIFICATE_SIGNING_REQUEST for custom CSR scripts include:
• CSR_STATE is too long.
• Need a value for the CSR_STATE tag.
• CSR_COUNTRY is too long.
• Need a value for the CSR_COUNTRY tag.
RIB_INFO 97










