HP iLO 3 Scripting and Command Line Guide

kXzhuVzPfWzQ+a2E9tGAE/YgNGTfS9vKkVLUf6QoP/RQpYpkl5BxrsN3gM/PeT3zrxyTleE=
-----END CERTIFICATE-----
</SSO_SERVER>
The certificate is validated by iLO to ensure that it can be decoded before it is stored. An error
results if the certificate is a duplicate or corrupt.
The iLO firmware does not support certificate revocation and does not honor certificates that appear
expired. You must remove revoked or expired certificates.
SSO_SERVER runtime errors
A runtime error is generated if the:
Certificate is a duplicate.
Certificate is corrupt.
HP SIM server cannot be contacted using IMPORT_FROM.
HP SIM Trusted Server database is full (you must delete other records to make sufficient room
to add a new entry).
Trust mode is set incorrectly.
DELETE_SERVER
The DELETE_SERVER command is used to remove an HP SIM Trusted SSO Server record. For this
command to parse correctly, it must appear within an SSO_INFO command block, and SSO_INFO
MODE must be set to write. You must have the Configure iLO Settings privilege to execute this
command.
You can specify multiple SSO server records by using multiple instances of this command. The
servers are deleted in the order that the records are specified, and the records are renumbered
by each deletion. Delete records in the highest-to-lowest order if you want to delete multiple records
at the same time.
For example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="Administrator" PASSWORD="password">
<SSO_INFO MODE="write">
<DELETE_SERVER INDEX="6" />
</SSO_INFO>
</LOGIN>
</RIBCL>
DELETE_SERVER parameters
INDEX indicates the record number to delete. This number is consistent with the index returned
using a GET_SSO_SETTINGS command. The index is 0-based; that is the first record is index 0,
the second record is index 1, and so on.
DELETE_SERVER runtime errors
A runtime error is generated if the index is invalid.
SSO_INFO 149