White Papers

86 Version 1.3.0
8.10 DCIM_iDRACCardService. ExportSSLCertificate()
1502
This method is used to export the ssl certificate from the idrac, based on input parameter Type.
1503
ExportSSLCertificate returns the certificate.
1504
Return code values for the ExportSSLCertificate() method are specified in Table 23, and parameters are
1505
specified in Table 4.
1506
Table 9123 ExportSSLCertificate( ) Method: Return Code Values
1507
Value
Description
0
Completed with No Error
2
Failed
Table 9224 ExportSSLCertificate( ) Method: Parameters
1508
Qualifiers
Name
Type
Description/Values
IN, REQ
SSLCertType
UINT16
The type of the certificate to be exported are:
Web Server Certificate : “1”
CA certificate for Directory Service : “2”
Custom Signing Certificate : ”3”
OUT
MessageID
String
Use 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.
OUT
CertificateFile
String
Exported certificate file encoded in base64.
Table 9325 ExportSSLCertificate() Method: Standard Messages
1509
MessageID (OUT parameter)
Message
MessageArguments[]
LC074
The Certificate export operation did
not complete successfully.
LC067
Successfully exported SSL
Certificate.
8.11 DCIM_iDRACCardService. DeleteSSLCertificate()
1510
This method is used to delete the Custom Signing Certificate(CSC) from iDRAC, on the basis of input
1511
parameter Type. After deleting the certificate, iDRAC will restart automatically.
1512
Return code values for the DeleteSSLCertificate() method are specified in Table 26, and parameters are
1513
specified in Table 7.
1514
Table 9426 DeleteSSLCertificate( ) Method: Return Code Values
1515
Value
Description
0
Completed with No Error
2
Failed