Reference Guide

239 Lifecycle Controller Web Services Interface Guide for Linux
<p: scheduledstarttime>time_now</p:scheduledstarttime >
</p:createtargetdconfigjob_INPUT>
27.2 View Secure boot Certificate
Management application can enumerate the DCIM_BIOSCertView class to see all the stored Secure Boot
Certificate information.
EXAMPLE:
wsman enumerate http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/dc
im_bioscertview
-h $IPADDRESS -V -v -c dummy.cert -P 443
-u $USERNAME -p $PASSWORD
-j utf-8 -y basic
OUTPUT:
<n1:DCIM_BIOSCertView>
<n1:CertificateIdentifier>45C7C8AE750ACFBB48FC37527D6412DD644DAED8913CCD8A2
4C94D856967DF8E</n1:CertificateIdentifier>
<n1:CertificateSubType>2</n1:CertificateSubType>
<n1:CertificateType>4</n1:CertificateType>
<n1:InstanceID>iDRAC.Embedded.1#CustSecbootpolicy.83</n1:InstanceID>
<n1:SerialNumber>83</n1:SerialNumber>
</n1:DCIM_BIOSCertView>
27.3 Import Secure boot Certificate
The DCIM BIOS and Boot Management Profile describes the secure boot configuration.
This method used to import the secure boot certificate in to iDRAC. The secure boot certificate can be
located on a NFS/CIFS/HTTP/HTTPS share. When this method is successfully executed, certificate will
store in iDRAC, management application has to restart the host server for the changes to take effect.
Invoke ImportBootCertificate() with the following parameters and syntax:
IPAddress: IP address of the machine hosting the network share
ShareType: Type of share
NFS=0, CIFS=2, HTTP=5 , HTTPS=6
ShareName: Name of the CIFS share or full path to the NFS share. This may be treated as the path
of the directory containing the file.
Username: The username to be used to access the file.
Password: The password to be used to access the file.
Workgroup : Name of the workgroup for CIFS Share authentication.
FileName: file name of the certificate to be import from the network share.
CertificateType: Type of the certificate.
1=PK, 2 = KeK , 3 = DB, 4 = DBX.
CertificateSubType: Value of the certificate sub type.
1 = Certificate, 2 = SHA256 , 3 = SHA384, 4 = SHA512.
Proxy parameters are used when the share type is HTTPS.
ProxySupport: It specifies if the proxy is to be used or not.
1 = OFF, 2 = On-use user default proxy setting, 3 = On-Use passed in parameters for proxy.
IgnoreCertWarning: It specifies if certificate warning is to be ignored when the share type is HTTPS.