HP iLO 3 Scripting and Command Line Guide
• CSR_LOCALITY is too long.
• Need a value for the CSR_LOCALITY tag.
• CSR_ORGANIZATION is too long.
• Need a value for the CSR_ORGANIZATION tag.
• CSR_ORGANIZATIONAL_UNIT is too long.
• CSR_COMMON_NAME is too long.
• Need a value for the CSR_COMMON_NAME tag.
• User does NOT have correct privilege for action. CONFIG_ILO_PRIV
required.
When you first request a new CSR, or if the system is already working on another CSR, you will
see this message:
The iLO subsystem is currently generating a Certificate Signing
Request(CSR), run script after 10 minutes or more to receive the CSR.
IMPORT_CERTIFICATE
The IMPORT_CERTIFICATE command imports a signed certificate into iLO. The signed certificate
must be a signed version of a certificate signing request. 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">
<IMPORT_CERTIFICATE>
<!-- Replace the following text and comments with the certificate -->
<!-- INCLUDE the full header and full footer of the certificate -->
<!-- For example: -->
-----BEGIN CERTIFICATE-----
<!-- Ceritificate Data -->
-----END CERTIFICATE-----
</IMPORT_CERTIFICATE>
<!-- The iLO will be reset after the certificate has been imported. -->
<RESET_RIB/>
</RIB_INFO>
</LOGIN>
</RIBCL>
IMPORT_CERTIFICATE parameters
None
IMPORT_CERTIFICATE errors
The possible IMPORT_CERTIFICATE error messages include:
• RIB information is open for read-only access. Write access is
required for this operation.
• Error reading certificate: The imported certificate is invalid.
• Invalid certificate common name: The common name in the certificate
does not match iLO 3 hostname.
• Certificate signature does not match private key: The certificate
does not correspond to the private key stored in iLO 3.
98 RIBCL XML Scripting Language










