White Papers

Version 1.3.0 85
MessageID (OUT parameter)
Message
MessageArguments[]
mandatory security attributes are
invalid.
8.9 DCIM_iDRACCardService. ImportSSLCertificate()
1494
This method is used to import the ssl certificate to iDRAC, on the basis of input parameter Type. After
1495
importing the certificate, the iDRAC will automatically restart.
1496
Return code values for the ImportSSLCertificate() method are specified in Table 20- and parameters are
1497
specified in Table 1.
1498
Table 8820 ImportSSLCertificate( ) Method: Return Code Values
1499
Value
Description
0
Completed with No Error
2
Failed
Table 8921 ImportSSLCertificate( ) Method: Parameters
1500
Qualifiers
Name
Type
Description/Values
IN, REQ
SSLCertificateFile
String
A base 64 encoded string of the XML Certificate
file.
Note: For importing CSC certificate, user has to
convert PKCS file to base64 format. Use the
following link to convert the file.
http://www.motobit.com/util/base64-decoder-
encoder.asp
IN,REQ
CertificateType
UINT16
Type of certificate to be imported.
Web Server Certificate : ”1”
CA certificate for Directory Service: “2”
Custom Signing Certificate : “3”
IN
Passphrase
String
A passphrase for certificate file.
Note: This is optional parameter for CSC
certificate, and not required for Server and CA
certificates.
OUT
MessageID
String
Use the Error Message ID to view in the Dell
Message registry files. For more information, see
Error Message Registry.
OUT
Message
String
Error Message in English
OUT
MessageArguments[]
String
Substitution variables for dynamic error message.
Table 9022 ImportSSLCertificate() Method: Standard Messages
1501
MessageID (OUT parameter)
Message
MessageArguments[]
LC077
Certificate imported
successfully.iDRAC will now restart
and be unavailable during restart.
LC011
Certificate import operation failed.