White Papers

28 Version 1.3.3
8.10 DCIM_LCService.SetPublicCertificate()
This method is used to update a public SSL Certificate on the iDRAC.
Table 28DCIM_LCService.SetPublicCertificate() Method: Return Code Values
Value Description
0 Request was successfully executed.
1 Method is unsupported.
2 Error occurred
Table 29DCIM_LCService.SetPublicCertificate() Method: Parameters
Qualifiers Name Type Description/Values
IN, REQ Type string
This parameter specifies the service the
certificate is for.
“directoryCA” = CA certificate for Active
Directory or LDAP server
IN, REQ Certificate string
An input parameter that represents the
certificate to upload. The certificate must be
in X509 format and Base64 encoded.
OUT MessageID String
Error Message ID- can be used to index into
Dell Message registry files
OUT Message String
Error Message in English corresponding to
MessageID is returned if the method fails to
execute
OUT MessageArguments string[]
Substitution variables for dynamic error
messages
8.11 DCIM_LCService.DeleteAutoDiscoveryServerPublicKey()
This method is used to delete the server public key set previously by the auto discovery method.